RX overrun error when reading blocks from uSD card using HAL driver.
I am using a custom board which includes a uSD that is interfaced to a STM32F765 through the SDMMC1 pins. The clock rate is set to 48 MHz. I am using the stm32f7xx_hal_sd driver to read and write to an uSD card. I initialize the driver with a call t...