STM32L452 + SD + DMA + FATFS + STM32CubeMX v5.0.0: DMA and SD interrupts can signal end of transfer before it's complete
We are using an STM32L452, running directly from an HSE crystal at 8 MHz (i.e. no PLL), using the SDMMC peripheral with an SD clock of 8 MHz, and DMA for transferring data to and from SDMMC.When the DMA part of an SD read is complete, HAL_DMA_IRQHand...