2020-12-15 07:32 PM
I created a new project in STM32CubeIde (STM32F401, USB Host MSC). I haven't added a single line of my code yet. When I try to compile the project, the error appears:
../Middlewares/Third_Party/FatFs/src/option/../ff.h:29:10: fatal error: ffconf.h: No such file or directory
Such errors appear for almost every line of source code starting with "#include".
I've seen similar threads on this forum before, but it's been a few months since then. STM32CubeIde menu structure has changed and the old advice no longer applies. I am asking for help in dealing with this error.
Solved! Go to Solution.
2020-12-16 03:23 PM
After I deleted the project two or three times and created it again, it suddenly started compiling successfully. I don't know why this happened.
2020-12-16 03:23 PM
After I deleted the project two or three times and created it again, it suddenly started compiling successfully. I don't know why this happened.