资源列表
AT91SAM7S64-GettingStarted-IAR4_11A-1_0
- at91sam64编程实例,是一个初学arm7得很好的例子。-at91sam64 programming examples, beginner ARM7 is a very good example.
winceos-1.0-100403.tar
- 可以在LINUX环境下编译WINCE程序的SDK,其LINUX下的交叉编译器可以在网上下载-in LINUX environment compiler pulled procedures SDK, Linux cross-compiler can be downloaded on the Internet
paging11
- this code is a simulator to simulate the paging system such as first come first service. the comment in this code can help you to run it.
电路原理图和PCB图(3)
- 单片机外围电路图,可通过protel应用软件来打开,供大家参考!-SCM external circuit, through Protel software applications to open, for your reference!
电路原理图和PCB图(4)
- 单片机外围电路图,可通过protel应用软件来打开,供大家参考!-SCM external circuit, through Protel software applications to open, for your reference!
电路原理图
- 单片机外围电路图,可通过protel应用软件来打开,供大家参考!-SCM external circuit, through Protel software applications to open, for your reference!
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
WinCC v6.0 Authorizations
- 西门子WinCC 6。0的注册文件,直接注册,不需要授权软盘!-Siemens WinCC 6. 0 registration documents, direct registration, no authorization disk!
usb code _dsp
- 基于2407+D12的USB底层硬件固件程序-based on the 2407 + D12 underlying hardware USB Firmware
hcs301编程器C51源代码及原理图
- 这是本人自己编写的关于跳码芯片hcs301的烧写程序,内含原理图-this is my own jump on the preparation of the code chips hcs301 the burning process, containing schematics
基于AVR的TEM测控程序
- 基于AVR单片机+凌特公司的ltc1412cg的TEm测控程序代码,发射大功率电流信号,然后采集其瞬变信号-based AVR + Technology Corp. of the TEm ltc1412cg control code, high efficiency current signal, and then collected their transient signal
调色板2
- 嵌入式,WinCE系统下,LCD驱动程序中调色板部分,用C/C++编写