2020-09-26 05:53 AM
I have such a warning. Why?
Invalid project path: Include path not found (C:\Users\48502\STM32CubeIDE\workspace_1.4.0\start\FATFS\App). start pathentry Path Entry Problem
Andrzej
2020-09-26 07:42 AM
Does that path exist?
2020-09-26 08:53 AM
I don't use FATFS. I don't have it turned on.
2020-10-02 06:51 AM
Look in your include paths for the project, is this path listed? If it is not relevant, just remove it from include paths to get rid of the warning..
2020-10-02 06:56 AM
There are some bugs related to removal of include paths in CubeMX/CubeIDE. I am guessing that you once had FatFS enabled, and then disabled the module. When enabled MX added this include paths for you. Then later when disabled it was not properly removed... If assumption correct, then this is a known issue and ticket exists.
My previous reply should be sufficient to solve this problem, but it can happen again when enabling/disabling middleware components in MX.
2020-10-02 07:16 AM
OK