Question
RTOS & SDCard gives FR_NOT_READY on first power up; FR_OK after reset button
Does anyone meet this problem?
I use Stm32Cubex to do a freertos & sdcard with sdmmc, it work good,
but it has a problem, it the board power on first and not press reset button.
the first f_open will return FR_NOT_READY and the f_mount is FR_OK. then any fatfs api will not work, all return FR_DISK_ERROR.
but if i power on the board and press reset button, it work.
