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/CCSTUDIO: Separated binary and symbol file

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

I guys,

Currently I have two debug configuration. One to load my .s19 file which is a post processed binary file with added bootloader and crc check. But to debug, I need the symbols so I have another debug configuration with the symbols but that doesn't upload the binary and just connect to the target.

Is there a way I can specify the upload file and the symbol file on the same debug configuration?

I'm using CCS 9.3.0.00012 with the TI ARM toolchain. 

Thanks