Skip to main content
DRath.1
Associate
July 29, 2022
Question

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

  • July 29, 2022
  • 2 replies
  • 1306 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
July 29, 2022

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 VenmoUp vote any posts that you find helpful, it shows what's working..
DRath.1
DRath.1Author
Associate
July 30, 2022

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.