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/TMS570LS1224: How to resolve the hex file and I want to develop a bootloader?

Part Number: TMS570LS1224

Tool/software: TI C/C++ Compiler

Dear Expert,

Could you tell me how to resolve the Hex file?Now I have worked out the bin file load based on the QJ Wang Code.But I have no ideas about how to start resolve the hex file using for the bootloader?

 

Thanks and Regards

Qiuchi

  • Hello Qiuchi,

    If you want to transfer HEX file to the bootloader, you need to add code to get the data from the HEX record.

    For example, Intel HEX has 5 bytes header and 1 byte checksum, and only 2 bytes data if using CAN bootloader.