SDCard FR_NOT_READY after migrating from FW_F4 V1.27.0 to V1.27.1
As I wrote in the subject, Upgrading STM32CubeMX from version 6.6.1 to 6.7.0 The SDCARD stops working.
During mounting :
fr=f_mount(&FatFs,"/",1);
if(fr==FR_OK)
{
...
....
}
returns "FR_NOT_READY"
The micro is an STM32F4, I use SDIO in SD 4 bits Wide bus mode and it has always worked fine.
Regards
Domenico
