搜索资源列表
SD卡FATfs文件系统
- msp430单片机的SD卡操作,使用FATfs文件系统,已实现文件的读写
SMT32单片机读写SD卡代码
- 工程代码实现了SMT32单片机读写SD卡的功能,有利于学习者加快了解SD卡的操作
基于stc51单片机的MP3,包括sd卡的读写
- 基于stc51单片机的MP3,包括sd卡的读写、功放的驱动等程序及电路图!-Microcontroller based stc51 MP3, including sd card reader, amplifier circuit and the driver and other programs!
UCOSFS_SYS.rar
- 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3.
完整的单片机读写SD卡程序
- 完整的单片机读写SD卡程序,C51,KEIL 开发环境。,Complete single-chip program to read and write SD card, C51, KEIL development environment.
RW-UD-SD-andMP3
- 用AVR单片机实现读写u盘sd卡,及播放MP3(基于微型操作系统)。-AVR Microcontroller with u to read and write disk sd card, and play MP3 (based on micro-operating system).
SD
- sd卡的程序,上面记录了SD卡的详细读卡写卡方式,适合51单片机或者其他-sd card procedures, the above records the SD card reader to write in detail the way cards for 51 single-chip or other
FAT32insd
- SD卡上的FAT32文件系统源代码,能够在任何单片机上使用,轻松使用sd卡-SD card FAT32 file system source code, can be in any single-chip microcomputer use, easy to use sd card
51-reda-write-SD-2-17
- 单片机51系列,SD卡的读写,目的要读取MICRO SD 卡,体积小,容量大。有一定的实用价值-51 Series single-chip, SD card reader, the purpose to read MICRO SD card, small size, large capacity. Have some practical value
sd
- 一个单片机上的sd卡驱动程序,支持fat32,fat16等文件系统,很有参考价值。-A microcontroller on the sd card driver and support fat32, fat16 file system, etc., of great reference value.
ceshi
- 单片机读写micro SD卡,所使用的单片机为stc12c5616ad,读取数据长度为一个扇区-MCU micro SD card reader
sd-file-system
- 本程序是采用KEIL开发的,利用STM32F系列单片机为SD卡上创造文件系统,可以进行读文件、写文件、创建和删除操作。是嵌入式数据采集系统的首选。-This procedure is used KEIL developed using STM32F Microcontroller for SD cards to create the file system, can read files, write documents, create and delete operations. Embedd
sd-reader_FAT
- SD卡读卡器开发项目,实现了FAT文件系统。项目中使用的为AVR单片机,包括硬件原理图和整套软件源代码。软件包括sd卡底层驱动代码+FAT文件系统代码+应用层代码。是不是好东东,大家看了就知道。-SD card reader development project, to achieve the FAT file system. Project AVR microcontroller for use, including the hardware schematics and software
MCUANDSD1
- SD卡在单片机上的应用引脚定义,,,讲得清晰,,看了就清楚-SD card application pin on the MCU definition, must speak clearly, read the clear
SD-MCU_application
- SD卡在单片机上的应用,包括SD卡参数资料,初始化程序以及读写相关代码-SD card microcontroller applications, including SD card, parameter data, initialization procedures and the relevant code to read and write
SPI方式SD卡读写程序
- SPI方式SD卡读写程序。实际验证过,可以读写SD卡。
Sunny号实验27-SDIO-TF卡实验
- 使用单片机实现SD卡储存器功能,对于初学者非常有用(It is very useful for beginners to realize the memory function of SD card by using single chip microcomputer.)
SD卡资料
- SD卡初始化,及读写流程,以及SD卡上文件系统介绍,及51MCU FAT32文件系统程序(The SD card initialization, and the reading and writing process, as well as the file system introduction on the SD card, and the 51MCU FAT32 file system program)
单片机读写SD卡
- 利用51单片机,模拟SPI通信,实现对SD卡的数据读写(Data Reading and Writing of SD Card Using 51 Single Chip Microcomputer)
STM32利用SDIO驱动SD卡
- STM32采用SDIO接口驱动TF卡,实现文件的创建、读写、擦除等功能