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?