Question
STM32Cube makefile project debugging in Atollic
Posted on June 29, 2018 at 18:38
I have generated a makefile project with cubemx. Furthermore, I was able to import that project in to Atollic (New->Makefile Project with Exisiting Code).
I am able to successfully compile the project, however I am unable to debug i.e. I would like to use breakpoints, look at register values, etc.
Has anyone else encountered this issue?