2019-06-06 05:58 AM
Hello,
I used the following "Target Software Startup Script" in the debug configuration in Atollic TrueStudio (this is necessary since we're using a bootloader and our application binary which I would like to debug is not placed at the beginning of the STM32 flash):
How to enter this in STM32CubeIDE?
I would really need to debug my firmware, but can't figure out how to do the required settings...
Any ideas?
Kind regards,
Markus
Solved! Go to Solution.
2019-06-17 01:43 AM
No prob. I just happen to be working on this as well. Hmm... think I am out of ideas.
Best of luck! Do post here if you manage to figure it out.
2019-06-17 11:44 PM
Thanks!
2019-06-21 01:38 AM
I just solved the issue...
It turned out that the linker setting "-Wl,--cref" (Add symbol cross reference table to map file) was missing. Checking the corresponding box in the linker settings, debugging now also works also with ST-Link in CubeIDE!
Kind regards,
Markus
2019-06-21 02:12 AM
Congrats! How did you figure that out?
My "-WI, --cref" option is not checked though. Glad it works for you. :)