STM32H743 (STM32H7) SDMMC DMA not configurable
Hello,
I'm attempting to use the SDMMC with an SD card, and with DMA. However, when I use the STM32CubeMX IDE, there is no option to enable or use the DMA.
Using: STM32CubeMX version 5.3.0
Here's the configuration for SDMMC1 on the STM32H743

And here it is for SDMMC1on the STM32F7

Notice that there is no DMA configuration option for the H7, but there is for the F7.
Does this mean that ST doesn't have DMA based drivers on the H7? With the polling drivers, my performance is extremely slow -- something like 0.2MB/sec.
Any idea how to get reasonably high write speeds on the SDMMC interface on the H7?
BTW, I'm using a custom board without the transceiver.
Thanks,
-Caleb
