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.

TMS570LS1224: COFF info for TMS570LS1224

Part Number: TMS570LS1224
Other Parts Discussed in Thread: UNIFLASH

I'm using JTAG interface to communicate between host and target(TMS570LS1224), able to get the dvr file loaded using GTI, able to connect, read, write and disconnect. To proceed further i'm looking forward to download my .out into target and get the real time access to whats happening with the registers/memory/periphs. This is where i'm struggling, any help would be of great support. I'm trying to read COFF info and not really getting whats happening, referred to SPRAAO8 and it's not listing TMS570 under the magic number list. Does this family don't support COFF? How to download the .out to the target?

  • The ARM compiler now supports only the Embedded Application Binary Interface (EABI) ABI, which uses the ELF object format and the DWARF debug format. If you want to generate a legacy COFF format out file, please use the ARM v5.2 Code Generation. Please refer the user guide below:

    www.ti.com/.../spnu151v.pdf

    For loading file into target, both TI CCS and TI UniFlash can be used to flash binary and legacy COFF files into the target flash.