Resolved! SDCard DMA to RAM, No Performance Improvement
Hello All,I recent implemented a DMA transfer for SD card data to RAM (technically an external SDRAM) on the STM32F765VI. Previously we had been using an IT transfer. In other words, we are now using SDCard_WriteBlocks_DMA rather than SDCard_WriteBlo...