搜索资源列表
2410include
- 2410开发板在ADS下测试程序的头文件 运行步骤: 1 拷贝到工程目录 2 打开mcp工程文件 2 运行 -in 2410 ADS development board under test procedure documents for the first running steps : a copy of the directory two works projects open mcp running two documents
2410DA
- 2410开发板在ADS下的D/A转换测试程序。 运行步骤: 1 打开DA.mcp工程文件 2 运行 3 使用示波器, 连接示波器与开发板上的DA输出和地线, 观察示波器上的变化 文件说明: ad_test.c 开发板初始化文件 ad.c ad实验主程序文件 -2410 ADS development board in the D / A converter testing procedures. Running steps : an open DA.mcp
2410int
- 2410开发板在ADS下的中断测试程序。 运行步骤: 1 打开int.mcp工程文件 2 运行 3 按下开发板上的Eint0,Eint5,Eint19按键 观察终端上的中断输出 文件说明: int_test.c 开发板初始化文件 Eint.c 中断实验主程序文件-development board in 2410 under the ADS interruption test. Running steps : an open int.mcp two project
驱动程序和源代码
- 本程序是对ARM9的嵌入式系统开发的驱动程序的代码,它的编译环境是交叉编译的GCC,测试通过的代码,里面包含有网络,外围设备等的驱动。内容丰富,很值得一看的。-procedures for the ARM9 embedded system development driver code, it is the cross-compiler environment of the GCC compiler, test the code, which contains network, peripher
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
UCOS2.71souce
- 含代码UCOS_II测试程序说明有详细过程说明 测试步骤 1> 开发板上电 2> 运行串口监视软件,波特率115200,8N1 3> 运行测试程序 4> 在串口监视软件中显示OSRunning后,最右侧的LED灯开始闪烁, 间隔为1秒。同时每隔2秒可以在监视窗口中看到当前CPU利用率。 按下某个键后,会在监视窗口中看到诸如“msg = x”的信息。-containing code UCOS_II test a detailed de
Lpc2100_Gpio
- Ucosii 2.52 for lpc2100 测试程序GPIO源码-Ucosii 2.52 for lpc2100 testing procedures GPIO FOSS
clockid
- 一个测试程序,qnx已经测试通过,对大家应该有用-a test procedure has been tested rhapsody, should be useful to everyone
44b0sources
- 为44bo的嵌入式linux而编的c文件,学arm的人看看,里面有lcd及其他测试程序-44bo for embedded Linux and compile c files, learning to see the arm, There are LCD and other test procedures
iic_driver
- IIC的驱动程序,平台是基于s3c2410的. 并做了EEPROM的一个测试程序 -IIC of the driver, s3c2410 platform is based on the. the EEPROM and do a test procedure
linuxpara
- 一个基于s3c2410嵌入式系统的并口实验(包括驱动程序和测试程序)-s3c2410 an embedded system based on the parallel experiments (including drivers and test procedures)
EBD9200-BasicSPIKeyboard
- AT91RM9200 SPI 键盘测试程序-AT91RM9200 SPI keyboard testing procedures
EBD7312_DAC
- EBD7312 DAC SDT 测试程序及驱动程序-EBD7312 DAC SDT testing procedures and Driver
44b0测试程序(串口)
- 本代码为44b0串口调试代码。已经测试成功。
串口测试程序源码
- 串口测试程序源码
2410AD
- 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
nandfmd
- nand flash 测试程序,完整版,对应的nand flash 芯片是K9F1208U0b-nand flash test procedure, the full version, corresponding to the nand flash chip K9F1208U0b
Keyboard
- S3C2410的键盘测试程序 使用C语言和汇编-S3C2410 keyboard test program using the C language and assembler
lcdtest1
- lcd 测试程序 非常适合lcd驱动学习者 不要错过哦-lcd test
spidev 用户空间测试程序
- spidev_test.c是linux内核spidev.c驱动相应的用户空间测试程序。