STM32CubeIDE 1.9.0 Question: User generated .c&.h files don't have the same functionality as the auto generated files like main.c.
I can add my own .ch files to a project and build and see the proper functionality on the MCU with no problems. However, the user generated src modules are not colorized, or system calls are not "Auto Complete" enabled like main.c module is. More importantly I can't place a break point anywhere in user .c modules (the IDE attempts to add a bookmark instead!) and have to break the code from main.c. Once in from main, I can single step in the user files normally.
The user files are in the same directory (Src/) as the main.c as are the user include files in (Inc/)
Is there a step I've missed in adding my user files?
