Hi all,
I am developing tools to convert the intel hex format to the ascii hex format (with boot table). I am using the led example of 28004x to test the tool. When I compare the intel hex with the ascii hex generated by CCS, I have the following confusion.
This is one line from the intel hex file, the data at "0x00081128" is "00 1B 01 00 ..."

This is part of the ascii hex file, the data at "0x00081128" is "00 00 1B 00 01 00 00 00 ..."

The data from these two files don't align. It looks like the intel file is missing the high 16 bits of the data. What's going on here?
Below is the CCS flags of intel file generation
--diag_wrap=off --boot --sci8 --intel
Thanks,
Hang.