DMA performance gain on SDIO
I am using STM32CUBE ide and my project has SD card access via SDIO peripheral.I am using FatFS middleware. To use FreeRTOS I enabled DMA and system works fine.After enabling the DMA I wanted to see how much read/write performance the system gained.I...