cancel
Showing results for 
Search instead for 
Did you mean: 

Load symbols from more than one elf file

LKory
Associate

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.

2 REPLIES 2
Ethan HUANG
ST Employee

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

LKory
Associate

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.