搜索资源列表
-
0下载:
编译后直接运行的MP3播放器全部C语言源代码
一个包含FAT文件系统、系统引导 Boot、FLASH Driver等内容的,可以编译后直接运行的MP3播放器的全部C语言源代码,
适合小型嵌入式系统研究。
-compiled directly running the MP3 player all C language source code contains a FAT file system. boot Boot, FLASH Driver and other content.
-
-
0下载:
ARM嵌入式GUI开发包,包括文档、演示程序、PC模拟器,代码库。可以在PC的Visul C环境下开发调试界面,之后无缝移入嵌入式环境, 源码基于纯C代码,CPU及内存占用率低,可用于ARM7等主频不是很高的系统。http://www.cmsoft.cn/project/mingui/-ARM Embedded GUI development kit, including documentation, demos, PC emulator, code libraries. In the PC V
-
-
0下载:
CRC16 routines without memory usage, good for small embedded systems/processors
-
-
0下载:
routines for a text LCD device in embedded systems
-
-
0下载:
Hellooo!!!
Its my first upload on pudn.
When I was begging on embedded systems, I ve had a problem with how to write and how to read on I2C memory. So I will post to you a simple routine for to do this.
I hope that you enjoy!
-
-
0下载:
This a project created for an embedded systems class. The project used two microcontrollers to send and receive CAN messages. (Atmel AT90CAN32). Included are the source files for each. The c files allow CAN message reception and transmission, as well
-
-
0下载:
在sd卡上移植fatfs,移植成功,已经能用,-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It ca
-
-
0下载:
Can use it to run on MS-DOS or VC++, it converts you Bitmap image to C style Arrays for sprites or pictures you want to load on LCD using embedded systems.
-
-
0下载:
Practical Statecharts in C C++ Quantum Programming for Embedded Systems,嵌入式上的状态机编程,里面包含了英文书籍及示例代码,在网上找了很久才找到的-Practical Statecharts in C C++ Quantum Programming for Embedded Systems, the machine programming embedded on the state, which contains Engli
-
-
0下载:
为什么要移植Freemodbus,这个问题需要从两个方面来回答。第一,modbus是一个非常好的应用层协议,它很简洁也相对完善。对于还没有接触过modbus的朋友来说,我非常不建议直接移植freemodbus,应该耐心的从modbus文档入手,并充分把握身边的所有资源,例如PLC的中modbus部分。第二,其实嵌入式系统的通信协议可以自己制定,但是通过实践发现自己定制的协议漏洞百出,尤其是扩展极为困难。我始终认为借鉴他人的经验是很好的途径。借鉴他人成熟的代码,可以减少调试的时间,实现的功能也多
-
-
0下载:
This an embedded systems application program written in C using Atmel Studio 6 for an ATmega32 mcu to scroll engineering courses offered at university of Namibia on a 16x2 LCD screen. The courses runs across the screen in a continuous loop. It is sim
-
-
0下载:
FatFs gcc 编译工程
FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平*立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free
-