SD card initialization problem in HAL driver function SD_FindSCR
Hello,sometimes the initialization of the SD card fails in function SD_FindSCR.There seems to be a timing problem between SDMMC_ConfigData and SDMMC_CmdSendSCR because send data starts before SDMMC is ready.With an additional wait function for status...