2025-05-09 8:39 AM - edited 2025-05-09 8:40 AM
I'm working with the STM32H755ZIT6 and currently setting up an SD card interface using the SDMMC peripheral. I’ve noticed that while AN5200 emphasizes the use of MDMA with SDMMC, CubeMX doesn't explicitly show a DMA option for the SDMMC1/2 interfaces on this MCU. However, it does allow enabling MDMA globally, and some documentation implies that we can still utilize DMA functionality as long as it's enabled (DMA Template).
My questions are:
While AN5200 touches on MDMA, I find it a bit vague when it comes to actual implementation steps or project structure. I’d greatly appreciate any clarification or best practices on its implementation.
Thanks in advance for any help or insights!