cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX can't find FATFS solution

magene
Senior II

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.

0693W0000058voKQAQ.png 

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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)

0693W0000058wJMQAY.png 

After setting GPIO_input :

0693W0000058wKZQAY.png 

Hope this helps you.

Please select my answer as Best if it fully answered your question.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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)

0693W0000058wJMQAY.png 

After setting GPIO_input :

0693W0000058wKZQAY.png 

Hope this helps you.

Please select my answer as Best if it fully answered your question.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
magene
Senior II

Perfect - Thank you.