STM32F7 discovery SD card access
Posted on November 07, 2015 at 14:59Hello, I try to access to the SD card with BSP drivers. BSP_SD_Init and BSP_SD_ReadBlocks return SD_OK, but the read buffer does not reflect the values in SD (the buffer is almost always 0). Can you help me ? Than...