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.

Compiler/ARM-CGT: .hex cannot be flashed into RF432S

Part Number: ARM-CGT

Tool/software: TI C/C++ Compiler

by changing the output type, we can generate .txt or .hex. only .txt can be flashed into RF432S by XDS200, and work well. When I generate .hex as below:

"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armhex" --motorola=2 -romwidth 32  -o "$(PROJNAME).hex" $(EXE_OUTPUTS__QUOTED)

the IC not work, and compare .txt and .hex, the values are in the different order every 4 bytes.

How can we generate an executable .hex using (--motorola=2),  and can it be flashed by XDS200?