2021-05-10 01:40 PM
Im trying to follow this tutorial but inside platform settings of FATFS i get this:
No found solution for BSP api (SDIO detection pin?)
And when i press generate code i get this warning complaining about the very same thing
Solved! Go to Solution.
2021-05-10 02:42 PM
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:
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.
2021-05-10 02:42 PM
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:
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.
2021-05-10 02:49 PM
thanks @Khouloud OTHMAN !
this worked for me