2022-01-17 11:05 AM
I am working with the ST32F769I evalkit and am trying to configure SDMMC1 and FatFs. The SD card needs the detection pin to be set, which is MFX GPIO10 according to the docs. This appears to be a pin on the slave MCU if I understand correctly, so how can I set this pin in the configurator? Is it sufficient to choose an available GPIO pin and set that as Detect_SDIO? Is that the same as/does it take care of setting up SD detect? I have seen on other boards that the SD_Detect automatically shows up as an option in the configurator for FatFS config, but only Detect_SDIO shows up when using this evalkit. Thanks!
Solved! Go to Solution.
2022-01-18 01:00 AM
Dear @repairman ,
I think this video contains what you are looking for:
https://www.youtube.com/watch?v=-0kFwp0ao6k @ 02:18 STM32CubeMX SDMMC peripheral configuration.
If this answers your question, please close this thread by clicking the "Select as Best" button. This will help other members of the community to find an answer quickly.
SofLit
2022-01-18 01:00 AM
Dear @repairman ,
I think this video contains what you are looking for:
https://www.youtube.com/watch?v=-0kFwp0ao6k @ 02:18 STM32CubeMX SDMMC peripheral configuration.
If this answers your question, please close this thread by clicking the "Select as Best" button. This will help other members of the community to find an answer quickly.
SofLit
2022-01-20 08:31 AM
Thank you!