2026-05-25 11:26 AM - last edited on 2026-05-25 12:34 PM by mƎALLEm
Hi,
Usually I code in a terminal text editor, compile and flash my code in the command line.
I used CubeMX to create a makefile, then modified the makefile to include certain commands I can run from the command line. I used OpenOCD and GDB to debug code from the command line.
It is becoming a mission to do intense debugging where I can see the values of registers all at the same time.
I would like the option to if required switch to STM32CubeIDE only for intense Debugging and do my normal coding with my current setup.
I'm on Linux, I imported a Makefile project without being presented with the option of choosing the part.
Now My project doesn't know which target I am compiling for. Is there any way to change these settings in CubeIDE ? It seems grayed out for me... Here is the error I'm getting
Thanks,
DJ