2022-03-03 01:21 AM
Hi,
1- How do I let CubeMX know the SD pin detect, I've set pin PC13 as card_detect, GPIO input, pull-up, but then what?
2- Should I use the open source FATFS "https://elm-chan.org/fsw/ff/00index_e.html"? How?
Thank you
Solved! Go to Solution.
2022-03-03 02:15 AM
Hi,
Please refer to AN5200 Getting started with STM32H7 Series SDMMC host controller.
Also, you can refer to the provided example which perform some write and read transfers to SD Card with SDMMC. Available in STM32CubeH7 firmware via this link
STM32Cube\Repository\STM32Cube_FW_H7_V1.xx\Projects\STM32H743I-EVAL\Examples\SD\SD_ReadWrite_IT
Bouraoui
2022-03-03 02:15 AM
Hi,
Please refer to AN5200 Getting started with STM32H7 Series SDMMC host controller.
Also, you can refer to the provided example which perform some write and read transfers to SD Card with SDMMC. Available in STM32CubeH7 firmware via this link
STM32Cube\Repository\STM32Cube_FW_H7_V1.xx\Projects\STM32H743I-EVAL\Examples\SD\SD_ReadWrite_IT
Bouraoui
2022-03-03 05:56 AM
Hello,
Please refer to this video from Youtube: https://www.youtube.com/watch?v=I9KDN1o6924
2022-03-03 08:43 AM
Thank you @Bouraoui Chemli ,
Please note the slight difference between AN5200 MDMA config and my CubeMX MDMA, as shown in figure below:
BR
2022-03-03 08:44 AM
Thank you @Community member ,
Very helpful.
BR