Skip to main content
LKory
Associate
July 14, 2019
Question

Load symbols from more than one elf file

  • July 14, 2019
  • 2 replies
  • 1570 views

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.

This topic has been closed for replies.

2 replies

Ethan HUANG
ST Employee
July 15, 2019

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
LKoryAuthor
Associate
August 22, 2019

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.