cancel
Showing results for 
Search instead for 
Did you mean: 

How to set MFX GPIO10 pin for SD card detect if it doesn't show up in pin configurator?

repairman
Associate II

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!

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
SofLit
ST Employee

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

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
repairman
Associate II

Thank you!