SD Card Drivers For STM32F411xx. Tested on Sandisk 8GB SDHC. Supports Single Block READ/WRITE. Default BLOCK size 512 Bytes. NOTE: This is a BARE Driver and DOES NOT have any File System Implemented.
- SD_CARD
- SD_Init
- SD_WriteBlock
- SD_ReadBlock
- Initialize The Struct SD_CARD with your preferred name.
- Call The SD_Init() Function with appropriate arguments.
- That's All that's needed for Initialization of the SD Card, You can now READ/WRITE as per your choice.