Tool/software: Code Composer Studio
I have an application which consists of a CCS project and a separately compiled ARM binary which my code in CCS jumps into at run time.
During JTAG debug I can step through the source code which is included in the CCS project (as normal), but once execution enters the "binary blob", of course there is no source code and I only can read the disassembled ASM.
I do have the source code for the "binary blob". But how can I have this "external source code" automatically tied to the "binary blob" at debug time? What are the prerequisites for that?