资源列表
AT89C51
- 89C516RD+的两个AD转换程序,89C51是22.1184MHZ,有64KB Flash 256B(DataRAM)+1024B(Ext.RAM)的性价比很高的MCU-89C516RD AD converter, 89C51 is 22.1184MHZ, 64KB Flash 256B (DataRAM) 1024B (Ext.RAM) of high performance and low price MCU
vcmfc嵌入式资料
- 网上收集的VC多线程开发、嵌入式开发文档,CHM文档,推荐下载。-online collection of VC multithreaded development, the development of embedded files, CHM files, download.
AN-1206
- ucos-2在lpc2100上的移制例子。-CENTER-2 in the lpc2100 shift system examples.
mcf530实验源代码
- mcf5307实验源代码,包括I2C、flash sdram LED1335液晶屏源代码-mcf5307 experimental source code, including I2C, flash SDRAM LED1335 LCD source
IODATA
- CPLD对DUSH的读写控制,LINUX下运行.解压即可.-CPLD controls R/W of DUSH. Run in LINUX. Ready to use after unzipped.
μC_OS-II在Nios上的移植
- μC_OS-II在Nios上的移植(共同学习ucosII)-uC_OS-II port to Nios (Hope to learn ucosII together )
SST28F040读写源程序
- SST28F040读写源程序,C语言编写,方便移植-SST28F040 read-write source program, the C language compilation, facilitates transplants
基于ARM 的PDA拼音输入法源程序
- 基于ARM 的PDA拼音输入法源程序,c语言编写,方便移植-A phoneticize input method for PDA. Based on ARM, coded in C. It is facility for porting.
at91samiar
- at91 sam 系列arm7单片机程序下工具,通过串口编程,简单容易 -the series of at91 sam is the tool of arm7 singlechip programer,via serial program,simple and easy.
AT91SAM7S64-GettingStarted-IAR4_11A-1_0
- at91sam64编程实例,是一个初学arm7得很好的例子。-at91sam64 programming examples, beginner ARM7 is a very good example.
Easyboot with kernel
- 一个用asm写的操作系统原型 很适合大家学习学习-This a prototype of an operating system written in assembly language. It is very suitable for learning.
c语言中写二进制数
- c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##n##l) void main(void) {