cancel
Showing results for 
Search instead for 
Did you mean: 

Detect_SDIO in CubeMx No solution

Javier1
Principal

Im trying to follow this tutorial but inside platform settings of FATFS i get this:

No found solution for BSP api (SDIO detection pin?)

0693W00000ANuwbQAD.png 

And when i press generate code i get this warning complaining about the very same thing

0693W00000ANvAJQA1.png

we dont need to firmware by ourselves, lets talk
1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Javier Muñoz​,

Thanks for your feedback. In order to correctly configure the Platform Settings for FATFS, a pin should be assigned to GPIO_Input.

Hereafter screenshot showing an example, where I configured PA1 on a STM32F407 as a GPIO_Input:

0693W00000ANvB7QAL.jpg 

Hope this answers your question. If it is the case, please click on the Select as Best button on my reply . This will help other members of the community find this solution more quickly.

Khouloud.

View solution in original post

2 REPLIES 2

Hello @Javier Muñoz​,

Thanks for your feedback. In order to correctly configure the Platform Settings for FATFS, a pin should be assigned to GPIO_Input.

Hereafter screenshot showing an example, where I configured PA1 on a STM32F407 as a GPIO_Input:

0693W00000ANvB7QAL.jpg 

Hope this answers your question. If it is the case, please click on the Select as Best button on my reply . This will help other members of the community find this solution more quickly.

Khouloud.

thanks @Khouloud OTHMAN​ !

this worked for me

we dont need to firmware by ourselves, lets talk