Stuck while reading/wirting from/to SD card
Hi, I have STM32F407 and trying to read/wirte from/to SD card and often the code get stuck in the this loop: static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) { //... while(!__HAL_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DC...