Trouble with SDCARD - SDMMC_FLAG_RXOVERR
I'm attempting to connect an adafruit SD card reader via SDIO to a Nucleo L476RG.I'm reading through the source code to do a test of the basic read/write functions.Initialization and getting card info is successful. if (HAL_SD_Init(&hsd1)!=HAL_OK){...