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.

CCSTUDIO-C2000: Question about hex2000

Part Number: CCSTUDIO-C2000

Dear team:

My customer generated a .hex file use hex2000, but he has some doubts about the format of hex file:

:047FF600007F55E3D0
:00000001FF

The above is the last second line of the hex file generated by CCS, Does this line of code mean to write 0x003F4FCA in 0x3F7FF6 address?

If yes, 0x3F7FF6 is the address of CodeStart. What is 0x003F4FCA mean?

Best regards