Is it possible to debug a Makefile project into STM32CubeIDE
Hello,
as the title suggests I would like to do step-by-step debugging on Makefile projects using STM32CubeIDE, however when I try to create the debug configuration it keeps showing an error message:
Not able to get mcu target
Reason:
Build configuration is not valide. Described mcu target is not supported
I'm on windows 10 and the target device is a nucleo L053R8. I created the Makefile project with CubeMX and imported with "Makefile project with existing code" into Eclipse.
Compilation works without problems but debugging blocks as described.
Then, is it possible to do debugging through ST-LINK in CubeIDE with Makefile projects?
Otherwise I could use plain Eclipse, but the only GDB server I found (github.com:texane/stlink.git) does not work on my computer/os/devkit combination. Is there any other solution?
Thank you,
Davide.