STM32F2xx SDIO SD Card Interface by Frank's Random Wanderings
Have you found any issues with the order of CPSM/DPSM/DMA initialization in the SD_ReadBlock() and SD_WriteBlock() functions? What the sample SD_ReadBlock() does is (in summary): 1. SDIO_DataConfig(…); 2. SDIO_SendCommand(…); 3. Enable DMA It’s ...
blog.frankvh.com |