STM32L452 DMA + SDIO Overrun Issue
Hi Guys,
I'm currently using an STM32L452 device and i'm having some problems with the SDIO when using it with DMA.
I have configured DMA and SDIO usign the file generated from STM32Cube tool.
When I try to read the SD card without using DMA , everything works fine.
With the DMA I keep having the RX_OVERRUN error that basically aborts all the DMA interrupts events and then the function remain stucked .
I have searched everywhere for a solution and tryed to apply all of them but i still have the same issue.
Do you know if this is a well known problem and if there is a solution ?
