搜索资源列表
STM32使用SPI实现SD卡读写
- 使用STM32的SPI接口实现SD卡读写。 不是通常的SDIO接口
基于STM32微处理器的SD卡(TF卡)文件系统读写
- 基于STM32微处理器的SD卡(TF卡)文件系统读写. 103ZC,ZD等有SDIO,检查中。,This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in order
STM32-SDCard-SDIO-FATFS-MP3-V2
- stm32上,实现MP3播放以及SD卡读写-Play MP3 and read and write SD card in STM32
NAND(SDIO)
- stm32 NAND和SD卡(SDIO)模拟U盘程序,包含完整工程-stm32 NAND, SD card (SDIO) analog U disk procedures, including the complete works
STM32_SDIO_FAT
- 基于STM32的SDIO 接口SD卡文件系统。FAT的。完整工程代码。keil MDK 3.22A以上版本打开。有问题给我e-mail:66194052@163.com-STM32 based on the SDIO interface SD card file system. FAT' s. Complete engineering codes. keil MDK 3.22A or later to open. There are problems to me e-mail: 66194
STM32-SDCard-SDIO-V2
- STM32开发板的学习材料,通过STM32内核和SD卡进行数据的读取-STM32 development board of the learning materials, through the STM32 kernel and SD card for data read
STM32_DOSFAT
- 一个跑在STM32上的SDIO接口的SD卡文件系统DOSFAT-STM32 on a run in the SDIO interface SD card file system DOSFAT
STM32-SDCard-SDIO-FATFS-V2
- 芯达开发板SD卡测试程序,可以了解一下FAT文件管理,希望对大家有帮助。-Core of the development board SD card test program, you can look FAT file management, we want to help.
20.SD-dukaqi
- stm32 使用sdio控制sd卡方式和中断+dma方式做sd读卡器-the stm32 use sdio control a sd card and interrupt+dma way to do the sd card reader
STM32F10x_SD_SDIO
- STM32 SD卡 SDIO方式 已审查版-STM32 SD Card SDIO mode has been censored
STM32_SDIO_FATFS
- stm32的SDIO相关文件系统,对SDIO编程有一些帮助-stm32 the SDIO-related file system, there are some of the SDIO program to help
SDIO
- keil软件对ARM单片机编程(STM32),实现通过SDIO方便地对SD卡进行读写操作-keil software for the ARM microcontroller programming (STM32), achieved through SDIO easily read and write to SD card
STM32-SDCard-SDIO-V2
- STM32驱动SD卡成功STM32-SDCard-SDIO-V2-STM32 drive the success of the SD card
STM32-SDCard-SDIO-FATFS-V2
- STM32-SDCard-SDIO-FATFS-V2 stm32读写SD卡,很实用,本用也在使用。-STM32-SDCard-SDIO-FATFS-V2 stm32 SD card reader, very practical, the use also in use.
STM32 sd卡驱动
- 基于STM32F4 discovery 的SD卡驱动,可以直接编译执行MDK,KEIL工程文件。包括了SD卡读写,基于FAT系统的SD卡操作。
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)
13 SD卡读写-SDIO接口
- STM32的SD卡读写例程。。。。。。。(STM32 - SD read & write example.............)
STM32F103 SD卡_SDIO实验
- STM32 使用SDIO配置SD卡,读取SD卡大小(STM32 uses SDIO to configure SD card)
Sunny号实验27-SDIO-TF卡实验
- 使用单片机实现SD卡储存器功能,对于初学者非常有用(It is very useful for beginners to realize the memory function of SD card by using single chip microcomputer.)
STM32利用SDIO驱动SD卡
- STM32采用SDIO接口驱动TF卡,实现文件的创建、读写、擦除等功能