2020-10-21 09:53 AM
I'm trying to use STM32CubeMX inside the STM32CubeIDE to configure a Nuleo-413ZH board. I'm not letting CubeMX initialize the peripherals. I"ve got all my peripherals configured. Except, the FATFS table says "No solution" in the "Found Solution" field with "Detect_SDIO" set to "GPIO:Input" (it's the only choce). I've attached the .ioc file and here's a screen snip.
Any ideas how to setup FATFS in this situation will be appreciated.
Solved! Go to Solution.
2020-10-21 11:52 AM
Hello @magene ,
You have to enable the GPIO_input in the Pinout view, then the FATFS solution will appear.
Note: there is a tooltip in CubeMX which guides you on parameters setting, you just move the mouse over the box/part to display the tooltip describing the conflict. (see screenshot below)
After setting GPIO_input :
Hope this helps you.
Please select my answer as Best if it fully answered your question.
Imen
2020-10-21 11:52 AM
Hello @magene ,
You have to enable the GPIO_input in the Pinout view, then the FATFS solution will appear.
Note: there is a tooltip in CubeMX which guides you on parameters setting, you just move the mouse over the box/part to display the tooltip describing the conflict. (see screenshot below)
After setting GPIO_input :
Hope this helps you.
Please select my answer as Best if it fully answered your question.
Imen
2020-10-21 12:20 PM
Perfect - Thank you.