搜索资源列表
debug375
- 本程序为CH375主机模式下读写U盘的方案,可实现物理读写U盘,未实现文件格式,具体方案可参考沁恒公司的相关文档-procedures for the mainframe model CH375 U-literacy programs, can achieve physical literacy USB unrealized file format, program-specific reference Qin Company, the relevant documents
mega32fat16
- 移植到mega32上面的fat16代码实现了,文件查找,寻找簇,文件读写等功能-transplant mega32 above fat16 code achieved, and the documents you find clusters, document literacy, and other functions
51-SD
- 51模拟SPI读写SD卡(包括Fat和Fat32文件系统)源代码-51 simulated SPI writable SD card (including Fat and hotfix file system) source code
pspSDK
- psp游戏机上的SDK的开发例子,包括了2D,3D图形界面开发,声音的开发,WiFi,USB,debug串口,文件读写,sony光盘的读写-psp games on the development of the SDK examples, including 2D, 3D graphics interface development, Development of voice, WiFi, USB, serial debug, document literacy, sony CD-writabl
ucfs_sam7x_mmc(test_ok_final)
- 功能:在AT91SAM7-EK 板上实现用串口(DBGU)操作mmc /sd 上的ucfs文件系统,支持fat文件格式。实现了文件(夹)建立,读写,删除,格式化,容量显示等基本功能,有需要的朋友可以继续添加新功能 。实现了ucos接口,要用到其他的存储介质更容易。因为有现成的ucfs接口驱动。详细情况见文件包中的说明 。 不是高手,做的不好的地方请大家谅解。-functions : In AT91SAM7-EK board realized using serial (DBGU) Opera
SD_FAT16
- sd卡 fat16文件系统 spi模式十分详细读写操作 -sd card spi fat16 file system model is very detailed literacy operation
200
- 基于FAT16的文件读写操作C语言代码和微软的官方公布的资料
Src60520
- 利用51和1602液晶屏读写EEPROM的内容,可以查看,修改,也可以发给PC的超级终端作为文件保存下来.
FAT12
- FAT12 文件系统,囊括了文件系统的各个函数,另外还包括了地址映射,适合读写NAND_FLASH
SDCard_RW
- 读写SD卡程序,是已经调能过的,还有FAT16文件系统
DE2_SDCARD.rar
- 在de2上用niosii实现fat文件系统源代码,可以实现文件的读写操作,介质为sd卡。,In the de2 on the file system using niosii to achieve fat source code, the file read and write operations can be achieved, the medium for the sd card.
SD_Card
- 基于MSP430F149的SD卡驱动程序,选用的是SPI模式,可实现基本的数据读写,注: 次程序不带FAT文件系统,故不能实现对文件操作,小弟初出茅庐,望多多指教。-MSP430F149-based SD card driver, use the SPI mode allows basic data read and write, Note: meeting program without the FAT file system, it can not be achieved for file
SD_FatFS_STM32.rar
- STM32,IAR平台,移植FATFS文件系统,实现SD卡读写,原文见www.ouravr.com,此处转载,非常有用,STM32, IAR platform document FATFS transplant system, SD card reader, see the original www.ouravr.com, reproduced here, very useful
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
U-Disk
- U盘读写协议:我开发U盘的重要参考代码。 bulk_only传输协议,FAT16文件系统.-U disk read and write an agreement: I developed an important reference U disk code. bulk_only Transfer Protocol, FAT16 file system.
IC-RW
- 本文件是用C语言编写的一个ic卡文件文件读写程序-This document is written in C language, a literacy program ic card file documents
ch375
- MCS-51单片机C语言的U盘文件读写示例程序, 适用于ATMEL/PHILIPS/SST等具有1KB内部RAM以及双DPTR的单片机,该程序将U盘的/C51/CH375HFT.C文件中的每64字节的前4个字符显示出来(显示4字符,跳过60字符,显示4字符。-MCS-51 microcontroller C language sample program to read and write U disk file for ATMEL/PHILIPS/SST and the other with
DEMO1
- CH376芯片MCS-51单片机C语言的U盘文件读写示例程序.-CH376 chip MCS- 51 single chip microcomputer C language U disk file reading and writing sample program.
LPC2103读写SD卡数据
- LPC2103读写SD卡数据,解压后根据pdf文件的说明,运行环境为IAR
CC2640读写AT24C128
- 本资料是使用CC2640读取AT24C128的驱动文件,已经测试过可以正常使用。