cancel
Showing results for 
Search instead for 
Did you mean: 

Connectivity setup for SDMMC1 in STM32 Cube IDE

priya_12
Associate II

 

I am working on interfacing MicroSD card with STM32H757I-EVAL. I am following the same steps to setup and configure SDMMC1, as mentioned in this video https://www.youtube.com/watch?v=-0kFwp0ao6k  @2:56 but there is DMA setting option under SDMMC1 configuration. I am not getting this option to configure. What could be the reason? I have attached the image of IDE environment. 

1 REPLY 1
TDK
Super User

You're using a different chip. The SDMMC peripheral has changed quite a bit between those two. On the H7, it has an internal DMA which I suspect is always enabled in CubeMX. Look at the IDMAEN bit after configuration.

If you feel a post has answered your question, please click "Accept as Solution".