2019-07-14 01:08 PM
I have a bootloader + main application that I would like to debug. Unfortunately it looks like I can only specify 1 file to load the symbols from? In TrueStudio it was easy with the debug script file to specify more than one, but the simplified UI removed this ability.
2019-07-14 06:46 PM
Hi Lucas,
I myself had struggled in the same problem for some time and Markus GIRDLAND helped me figure this out. Here is what I did:
https://github.com/ethanhuanginst/STM32CubeIDE-Workshop-2019/tree/master/hands-on/09_BOOT-APP
If the link above helps, it would be great if you could also share with us what was missed in your setting to cause your problem.
Regards,
Ethan
2019-08-21 09:24 PM
Sorry for the delayed response to this... What I totally missed was adding the script in run commands. Too simple and obvious.
Thank you for pointing me to the link. Everything is working well now.