Other Parts Discussed in Thread: TMS570LS20216
Hi TI experts,
I'm now developing TMS570LS20216, using CCS 4.2.3 IDE, when build in CCS, it will generate *.out file, and i use hex470.exe generate a 32bit intel hex file.
TMS570 is big-endian, Intel hex is little-endian format, so, I'm wondering why inter 32bit hex file can run on TMS570? How does it achieve this? Could you explain this for me. Thanks.