Issue with STM32CubeIDE file indexing on Dual Core STM32H7 Project.
- February 26, 2021
- 2 replies
- 2518 views
I'm having issue configuring STM32CubeIDE to properly index the include files on a STM32H7 dual core project.
Essentially I created a project using CubeMX v6.2.0. After the project is created I use STM32CubeIDE to build the project. Everything seems to build fine.
While looking at the code, I notice that the IDE seems to think that "STM32H755xx" is defined and therefore gray out the line "#include stm32h755xx.h".
This is not true because "STM32H755xx" is defined in the "Paths and Symbols" section of the project properties.
(see the attached image).
I can't seem to be able to tell the IDE otherwise.
The project is built and seem to run properly. However this is very unsettling as I want to trust that my IDE won't try mislead me while I' reading the code.
Please help me figure out a way to configure STM32CubeIDE file indexing to correct this issue.
Thank you.
(I have the same issue with the previous version of CubeMX. I upgraded my CubeMX to the latest hoping that the issue is resolved)
