2020-02-26 05:11 PM
I use stm32cubemx 5.5, and there is a problem bothering me.
when i enable FATFS in stmcubemx, i got an warning: verify the platform settings tab
I know i should add a sd detect pin this warning, but actually, the board don't have the detect pin.
although i can ignore this warning, i would like to cancel this warning.
So How to cancel FATFS verify the platform settings tab
Solved! Go to Solution.
2020-11-30 02:16 AM
Hi @周 剑强 ,
For the moment, there's no way to cancel warnings if they really need to be mentioned (for some other project maybe), please ignore it if you can continue your project without this configuration.
Thanks for your feedback :)
Khouloud
2020-11-30 02:16 AM
Hi @周 剑强 ,
For the moment, there's no way to cancel warnings if they really need to be mentioned (for some other project maybe), please ignore it if you can continue your project without this configuration.
Thanks for your feedback :)
Khouloud
2021-01-10 01:18 AM
I have the same problem with my Nucleo-64 STM32L476RG. You cannot ignore this as it will not compile the "MX_FATFS_Config()". It comes up with a warning message when you try to compile.