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.

TM4C1294KCPDT: TM4C1294KCPD . Error when start debug: GEL : file xxx.out Does not match the target endianness, not loaded.

Part Number: TM4C1294KCPDT

Tool/software:

Dear All,

I'm use CCS12 with TM4SDK .

I've made a simple program just to check all compiler processor.

Compile seem Ok with out errors, but when load the firmware on TM4C1294KCPD (my board), I receiv error regarding endianness.

The JTAG interface working fine (with TEST in ccxml file), but I don't know how to manage this issue.

Any help is aprecied

Regards, Daniele

  • Hi,

      Can you load the same .out file onto a LaunchPad? This is to isolate there is no issue with your .out file on the way it is built. For example, you might have built it with the wrong endian or incorrect project settings. 

      Can you load a simple TivaWare example to your custom board? For example, load the original blinky.out or hello.out to your custom board. Will you have the same issue. If there is no issue, then rebuild blinky and hello again using the same project settings as in your other project where you see error on endianism and see if you can still load them onto your custom board. 

      How many custom boards do you have? Do you see the same problem on all the boards?

     Which debug probe do you have? If it is XDS such as XDS110 or XDS200 you can do a JTAG scan test. What is the result?

  • Yes, test connection is ok.

    Seems solved by setting endianless to little

    Now I have another problem (Can't Run Target CPU: (Error -1268 @ 0x1090001) Device is locked up in Hard Fault or in NMI) but this is another story...

    For me seem resolved

    Thanks Charles