搜索资源列表
SD卡读写模块
- 周立功公司为LPC213X ARM7 编写的SD卡读写模块,很详细的注释。
AVR下读写SD卡的源代码
- AVR下读写SD卡的源代码,基于标准规范V1.0
sd卡读写源码
- sd卡读写源码
STM32使用SPI实现SD卡读写
- 使用STM32的SPI接口实现SD卡读写。 不是通常的SDIO接口
SMT32单片机读写SD卡代码
- 工程代码实现了SMT32单片机读写SD卡的功能,有利于学习者加快了解SD卡的操作
XS128_FATFS 基于FAT文件系统SD卡读写程序
- 本程序基于MC9S12XS128微控制器编写的基于FAT文件系统SD卡读写程序-The program is based on MC9S12XS128 microcontroller write FAT file system-based SD card reader program
8051-sd-source-code.rar
- 基于8051的SD卡读写程序,内容包括SD卡的读写,配置,校验等,8051 based on the SD card reader program, including reading and writing SD card, configuration, calibration, etc.
完整的单片机读写SD卡程序
- 完整的单片机读写SD卡程序,C51,KEIL 开发环境。,Complete single-chip program to read and write SD card, C51, KEIL development environment.
SDcardreadprogram
- 通过单片机实现SD卡读写功能. 1、SD卡采用SPI通信 2、先往SD里顺序写入0-255共256个数据,然后再读回送LCD1602显示 -Use microcontroller to read and write sd card
第1章-SD卡读写模块
- 第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-Chapter 1-SD Card Reader module 1. Sdconfig.h : This
SD-RW
- 基于51单片机的SD卡读写程序,写的很好的.-51 Based on the SD card reader Singlechip procedures, written in very good.
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
LPC2312_MP3Player
- 用philips lpc2312+DSP实现MP3播放,LCD显示,24C02关机数据,SD卡读写,FAT16/32文件系统.-With philips lpc2312+ DSP implementation MP3 player, LCD display, 24C02 shutdown data, SD card reader, FAT16/32 file system.
SD_CARD
- SD卡读写程序,包含初始化,复位,读写操作。-SD-card read & write code.
Program-Keil
- SD卡读写,及FAT16/32 , 单片机程序,C代码! -SD card reader, and FAT16/32, MCU program, C code!
SD-test
- SD卡读写,可将SD卡的内容读出,并写入相应的内容-SD card reader, SD card content can be read, and write the contents of the corresponding
SD
- sd卡读写成功,能建立文件,fat32系统,速率为100k-sd card reader successfully able to create the file, fat32 system, rate of 100k
SD
- 基于STM32的SD卡读写程序,已经应用到产品中!-The SD card reader based STM32 procedure has been applied to the product!
SPI方式SD卡读写程序
- SPI方式SD卡读写程序。实际验证过,可以读写SD卡。
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)