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.
Hello Support,
I have attached a ZIP file.
Unzip using Sub-FOLDER Option of WINZIP to a Folder.
In the Out sub-folder, you should see that there is a Cortex_Endian_Bug.lst file.
In that file, NOP instruction is in Big Endian Format OPCODE.
In the Cortex_Bug_RAM.hex file of Out Sub-Folder, for the same NOP OPCODE, you will see in Little Endian Format.
For TMS570LS3137 Processor, I need Big Endian OPCODE within Cortex_Bug_RAM.hex Intel HEX file.
How do I get it?
In the attached ZIP, there is a Readme.txt file with instruction for rebuilding the files in case you need to test the fault condition.
Any help is appreciated.
Thank you.
Regards
Pashan
To get big endian order on the code, change the linker option --be8 to --be32. Read about it in the TMS470 Assembly Language Tools book.
Word of warning ... I'm no expert on the details of ARM byte ordering, but based on what little I read, the --be32 byte ordering will not work on Cortex-R4 devices.
Thanks and regards,
-George