Skip to content

STM32F4xx DMA-capable SDIO SD-card driver compatible with FatFs library

License

Notifications You must be signed in to change notification settings

afinello/stm32f4xx-sdio-dma-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stm32f4xx-sdio-dma-driver

STM32F4xx DMA-capable SDIO SD-card driver compatible with FatFs library

This is a modified version of the original STMicroelectronics SDIO driver with DMA-mode working out-of-the-box on STM32F4xx family chips.

Some boards do not have a CD-pin (Card Detect), so you should comment out the following definition in sdio_sd.c file to turn off the SD-card presense validation.

#define SD_USE_DETECT_PIN

Add the following definition to your code to enable the Polling mode instead of DMA

#define SD_POLLING_MODE ((uint32_t)0x00000002)

About

STM32F4xx DMA-capable SDIO SD-card driver compatible with FatFs library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages