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.

TMS320F2800157: HEX file edit

Part Number: TMS320F2800157

Hello,

I'm trying to use the hexview to edit the hex file that generated by CCS and I find that the hexview can't open the hex file correctly since the address offset in every line is counted by 16 bits but the hexview is counted by 8 bits. I'm wondring if there is any way to make the hexview open the hex file correctly or there is other tool to edit the hex file that generated by CCS?

  • Hello,

    I don't have much experience with the hexview utility so I can't comment on that. But the view of the hex file in the CCS editor, things look correct. I don't have any other recommendations for other tools. Just see if the tool can account for the fact that with C2000, the smallest unit that can be addressed is a 16-bit word, and not an 8-bit byte. So, across 0x20 8-bit bytes, the address increment is 0x10.  

    Thanks

    ki