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.
I am using CCS6.1.2 with BH-USB560-M emulator for target ARM7TDMI (SM470R1B1M device which is BIG Endian - fixed). I configure my target configuration as Big Endian, but after connection, the CCS shows "ARM LE SPV" -- LE indicates it is Little Endian device.
Accessing to the memory mapped registers (used GEL file to write, then using memory window to read the registers in bytes format), also prove that the Endian is wrong. For example, I wrote 0x00000100 to register at 0xFFFFFE0 (using GEL file), then read back from memory window it shows:
0xFFFFFE00 00 00 00 00 00 01 00 00 ...
So, question:
Regards!
Wen