搜索资源列表
SRAM
- 文件中包含了在MDK及IAR两种开发工具下的SRAM读写访问驱动代码,已调试通过。-Contained in the file under the two development tools for MDK and IAR SRAM read and write access to the driver code has been through debugging.
MCI
- lpc2368 MCI接口 代码,代码已经配制好了寄存器,可方便读写SD卡-lpc2368 MCI code
tt
- 嵌入式IC卡代码,实现IC卡读写功能,读取IC卡信息-Embedded code of the IC card, IC card reader, reads the IC card information
arm_fpga.tar
- 实现TQ2440与FPGA的通信功能,将FPGA当作ARM的一个外设,通信方式为静态RAM方式。在代码中,我实现了向FPGA读写数据的功能,已经做过测试。没问题-make the TQ2440 board commuciate with the FPGA board.
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
shm
- Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
otg_usb_android_serial
- android下的usb otg读写程序,对于android usb通讯有详细代码-android oth usb communication
NF1
- S3C2410的写入擦除读写功能的实现,代码为在Linux下的C语言实现-S3C2410 write erase read and write functions of the implementation, the code for the C language under the Linux
spi4
- 嵌入式linux中spi总线测试代码,可以对spi总线进行打开,读,写等操作- SPI bus in embedded Linux test code。The SPI bus can be opened, read, and write operations
linux-HDDTest
- linux下查看硬盘坏道信息代码 对于硬盘的坏道的确没有什么好的办法,ata协议中的smart命令本意上是好的,但是很多的硬盘厂商并没有很好的实现smart的功能;硬盘的相关错误信息会存在相应的扇区里,但是这些扇区相当于一个环形的缓冲区,所以记录的错误信息有限,如果需要完整的硬盘坏道信息,smart就无能为力了。通过完整的读一遍硬盘可以找出坏道的完整信息,但是读牵涉到了DMA的数据传输过程所以效率较低;ata的协议里READ VERIFY (EXT)命令大大提高效率,该命令是NO DA