Hello,
I have a cmake project being able to coss-compile an application for a TMS570LC43xx.
I'm able to produce a binary, load it into the target with uni-flash, but now I want to debug it in the target.
I'm struggling to get CCS to take my .out file, load it into the target, run it, and brake-point in the statements of my source code.
Is it possible to do this? is there any wiki or guideline I can use?
Regards