Is there a simple way to use SDMMC1 an fatFS with NucleoH723 (I'm targetting H730 chip)
polling or DMA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-13 11:20 AM
I try the code bellow an ST youtube video, about F7, sdmmc and fat FS, but it's not working.
It seems to me there is no easy way about using SDMMC with H7.
the DMA setting are to complicated for my knowledge, but maybe I am missing some point.
Is there a simple way to use SDMMC and fatfs with H7 even in polling mode ?
- Labels:
-
DMA
-
FatFS
-
SDIO-SDMMC
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-13 12:11 PM
Easy is a subjective term, high energy physics is hard, embedded software engineering, less so.
Is there a Nucleo-H7 example from ST, no, the board doesn't have an SD Card slot, but other ST DISCO/EVAL boards do, and these could perhaps be ported to your platform.
STM32Cube_FW_H7_V1.8.0\Projects\STM32H743I-EVAL\Applications\FatFs\FatFs_uSD_DMA_Standalone
STM32Cube_FW_H7_V1.8.0\Projects\STM32H743I-EVAL\Applications\FatFs\FatFs_uSD_Standalone
STM32Cube_FW_H7_V1.8.0\Projects\STM32H735G-DK\Applications\FatFs\FatFs_uSD_Standalone
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
‎2021-12-14 12:56 AM
Ok thank you,
Do you know an application or a debrief about how to port a project on a new plateform ?
for ex, the STM32H735 project you show me in STM32H723 board.
Maybe it will be "easyer" on cube MX than in Cube IDE ?
What I do not understand when I open a package for cube IDE, is that there is no .ioc file.
