This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Greetings,
We have an environment where we can have multiple projects running on a single core. Each has the ability to execute code in the others. I can load each individually and see that they exist in the flash. But when I debug project 1, as soon as it jumps into project 2, there are no symbols loaded, which makes it next to impossible to debug.
Is there a way to load symbols for each of the projects being debugged?
Thank you,
Ed
Yes, Chester is correct. You want to "Add" symbols instead of "Loading" symbols. A Program/Symbol "Load" would clear any other currently loaded symbols and then load the new symbols. And "add" would leave the existing loaded symbols alone when loading the new symbols.
Note that if you are using the "Debug" button to debug a project, it will "load" a program by default. You can change the settings to load symbols, but it is still a "load" where previously loaded symbols will be cleared. Hence you may want to use a "manual" launch in this case:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#manual-launch
Thanks
ki
Ed Sanders said:How is a "manual" launch accomplished?
See:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#manual-launch
Also see the below at the 1:10 mark:
https://dev.ti.com/tirex/explore/node?node=AAEqiFem7jO1V82SEzlYVA__FUz-xrs__LATEST