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.

CCS/MSP430F5438A: Loading two symbol files to CCS debug session

Part Number: MSP430F5438A

Tool/software: Code Composer Studio

Hello,

I have two separate projects running inside the MSP430:

  • Boot
  • Application

Both are loaded independently and they do not overlap in memory and handover the program flow from one to another without any problem (a lot .cmd file scripting and proxy interrupt table stuff).

My question is if it possible to do one of two things:

  • Load both symbol files (Boot and Application) so I can debug with full information instead of loading just the application and whenever it jumps back to the boot I can only follow through the disassembly view.
  • Merge both symbol files into one so I can load it to the debug session.

I'm using CCS.

Thank you,

Mario

**Attention** This is a public forum