2022-06-10 01:03 AM
Hello dear friends,
I have installed STM32CUBEIDE v1.7, v1.8 and v1.9. Since V1.8 the indexer can't find variables and functions in cube-generated files and throw this type of message.
"Could not find symbol 'blah blah' in index".
This issue is really annoying. Could you help me on solving this issue?
PS. V1.7 indexer is working.
Solved! Go to Solution.
2022-06-13 01:25 AM
Hello there,
Do you receive these indexer problems directly when you generated a completely new STM32 project in the new version of STM32CubeIDE?
A few things to check:
If I misunderstood the problem then please let me know. A detailed step-by-step to reproduce the issue is always appreciated!
2022-06-13 01:25 AM
Hello there,
Do you receive these indexer problems directly when you generated a completely new STM32 project in the new version of STM32CubeIDE?
A few things to check:
If I misunderstood the problem then please let me know. A detailed step-by-step to reproduce the issue is always appreciated!
2022-06-17 02:01 AM
Dear @Markus GIRDLAND
Thank you for your reply. Sorry, some part of the problem was from my side. I incorrectly entered the project import directory, which led to the event that none of the cube-generated files couldn't be found using F3 shortcut. But the unsolved part is that it can not find the codes inside stm32f4xx.h file. all others are OK
2022-06-20 02:45 AM
Could you expand on the unsolved part? What code is unable to be found? What errors are you facing? Could you take a screenshot to clarify the issue?