How to write code for stm32h750vbt6 SD Card? How can i initialize DMA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-29 3:38 AM
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
- Labels:
-
DMA
-
SDIO-SDMMC
-
STM32CubeMX
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-29 5:17 AM
I write code rather than tutorials. You need to watch the memory used, the alignment, and cache coherency.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-29 11:00 PM
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.
