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/TMS320F2811: TMS320 out file upload from TMS

Part Number: TMS320F2811

Tool/software: Code Composer Studio

Hi

Could you please assist. We have unit with a TMS320F2811 processor. The machine on which the development was done crashed an we load the software files. Is it possible to upload the out fie from the processor using a JTAG?

Your response will be greatly appreciated.

Best regards

Gerhard Ebersohn 

  • Hello Gerhard,

    Assuming that the memory on the target is read accessible (not locked, etc), you can attach the debugger and dump the contents to a binary or COFF (*.out) file. Note that the COFF (*.out) file that is saved on the host will be different than the standard *.out file generated by the build tools because there will be no debug symbols.

    Thanks

    ki