搜索资源列表
STM32-FATFS-for-SD-card.rar
- 运行于stm32平台上的fat文件系统。,Stm32 platform running on the fat file system.
22-MP3-SD-FATFS-SPI1
- STM32野火开发板上的源程序,MP3 + FATFS + SD卡的程序,程序已在板子上调试通过。-Wildfire STM32 development board source, MP3+ FATFS+ SD card program, the program has been on the board through debugging.
STM32用SPI操作SD卡,并移植FATFS文件系统
- 用Keil 4.12编译器编译的,已经测试过,FATFS所有的应用程序都可以执行
STM32-SPI-CDCard-FATFS
- STM32使用硬件SPI接口读写SD卡并移植上开源的FATFS文件系统以实现SD卡按FAT32文件格式读写。-STM32 hardware SPI interface SD card reader and transplanted on the open source FATFS file system to the SD card FAT32 file format reader.
LibFsys
- A simple file system, FatFs, with SPI-Flash on stm32.
STM32_SPI_FLASH
- 自己写的spi_flash的驱动,利用stm32管脚模拟的方式,是学习理解spi总线良好资料,将sd卡挂载的fatfs中的文件(字库)进行读写,并显示到屏幕上,奋斗板的同学试一试-Way the own written spi_flash drive, take advantage of the the stm32 pin analog, to the spi bus good information to learn to understand, read and write to the s
stm32-fatfsPsd
- stm32 SPI接口 fatfs下sd卡读写-stm32 SPI fatfs sd card
stm32-sdPuart
- Finally I got it working properly. Reading SDcard was very awesome for me for first time, so I decided to make a library for STM32F4xx devices and post it to my website. It’s basically just communication interface between STM32F4 and FatFS library by
STM32-SDCard-SDIO-FATFS-V2
- STM32F4xx has internal SDIO peripheral to work with SD cards. Also, SDIO communication is faster than SPI, but if you don’t need speed in your project, you can use SPI aswell. With default settings, SDIO 4-bit mode communication is used. It means, th