2015-11-07 05:59 AM
Hello,
I try to access to the SD card with BSP drivers. BSP_SD_Init and BSP_SD_ReadBlocks return SD_OK, but the read bufferdoes not reflect
the values in SD (the buffer isalmost always
0). Can you help me ? Thanks.2015-11-09 01:30 AM
The application FatFs_uSD works.
So it seems that BSP_SD_Init and BSP_SD_ReadBlocks from BSP examples are insufficient to read the SD.