Use ADC with DMA, then DMA to SDIO/MMC?
Hi all,
I am using a STM32H723ZG Nucleo-144 board. Here I have attached a micro-SD card module. I am sampling from one of the ADCs with 8.33 Msps at 8-bit resolution. I am able to transfer the data to RAM using DMA without any loss. However, I wonder if it is possible to use another DMA to transfer the data directly to the SD card without any or minimal CPU intervention due to this high speed, and to avoid loss? I assume I would need to use a filesystem such as FatFS.
Can DMA or MDMA etc. support filesystems with SPI or SDIO/MMC?
All replies are appreciated!
