Tool/software: Code Composer Studio
I've got the TMS570LS1224 Launchpad board. I've compiled a C program using CCS 7.2 using the GCC compiler (v6.3.1 Linaro). The program compiles and links fine. When I try to load it into the device, I get a message saying it can't load the file because the file doesn't match the target endianness.
In the project properties, on the "CSS General" page I have the target processor set to TMS570LS1224 and "Device endianness" set to BE32.
Is there some other place I'm supposed to set the endianness?