cancel
Showing results for 
Search instead for 
Did you mean: 

How to write code for stm32h750vbt6 SD Card? How can i initialize DMA

DRath.1
Associate II

I am trying to create file in sd card and pass some string to that file. And I also want to initiate DMA for SDMMC. How can i do that? there is no any such tutorial for h7

2 REPLIES 2

I write code rather than tutorials. You need to watch the memory used, the alignment, and cache coherency.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
DRath.1
Associate II

I wrote code, below i am attaching code and screenshot of ioc settings in which DMA is not mentioned, and also attached schematic of stm32h7vbt6. I think the connection of vbt6 board is not correct.

First I simply try for create the file. kindly go through below attached file.