STM32CubeIDE: Relative path problem - sometimes uses "Core" folder, sometimes not.
I created a new project using STM32CubeIDE and encountered a strange problem with the folder structure.
The project ended up with "Src" and "Inc" folders off the project's root folder. But it also generated a "Core" folder - with "Inc" underneath that.
The two different "Inc" folders have files with the same name. Meanwhile, the project settings list the include paths in this form: "../../path"
In order to get my project to compile, I had to manually trim off the extra "../" from each of those path entries.
Anyone have an idea on what may have happened to me? And how I can get back to sanity?
Thanks.