资源列表
44b0_uart
- 本程序为arm7 44b0的公版串口通讯程序,在其他程序中移植该功能,通过与上位机进行串口通讯,可以方便程序调试,以及可以完成上位机对单片机的控制-The procedures for the the arm7 44b0 public version of the serial communication program, other programs transplantation through serial communication with the host computer, you
44b0_USB
- 本程序为arm7 44b0的公版usb控制程序,使用PDIUSBD12芯片,内含相应的usb驱动及测试程序-This program arm7 44b0 public version of the the usb control program, use the PDIUSBD12 chips containing the corresponding usb drive and testing procedures
fpga_msp430
- fpga和msp430进行通信,包括他们之间的通信协议-Fpga and msp430 in communication,Including the communication protocol between them
44b0_audio
- 44b0的音频测试程序,使用dma传输,可以作为三星44b0的dma的例程-44b0 audio test procedures, use dma transfer, as dma routines
44b0_led
- 自己写的44b0的流水灯,该程序只要做少量修改,即可作为44b0的空白工程使用,包含了全部的头文件以及库文件-Write your own 44b0 light water, the program as long as a few changes, you can use as 44b0 blank works, contains all the header files and library files
jishuqi
- 在fpga实验版上实现4位7段数码管动态显示,数字递增-In fpga experimental edition to realize four 7 period of digital tube dynamic display, digital increasing
fpga_test
- 此程序用来测试fpga和msp430单片机通信是否正确-This procedure used to test fpga and msp430 single chip microcomputer communication is correct
TwainGui
- 图形扫描工具,利用C#编程,实现图片的完美扫描,在VS2005下测试通过-Graphic scan tool, using the C# programming, picture perfect scan, in VS2005 under test by
msn-armson
- 该代码主要是讲MSN在arm-linux上的如何移植,已经通过测试,可以直接运行。-MSN on arm-linux for arm9.
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
eeprom
- #include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
watchdog
- #include <reg52.h> //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sfr WDT_CONTR=0xe1 sbit led1=P0^0 sbit leds=P1^4 //led使能 void delayms(uint xms) { uint i,j for(i=xms i>0 i-
