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.

CCS/AWR1642: Can CCS Convert .bin file into .s19 or .hex file?

Part Number: AWR1642

Tool/software: Code Composer Studio

Hi,

     Our customers need a hex or s19 file for image upgrade, but only bin file is supported in CCS. Is there a tool to convert bin file into hex file or s19 file?

     Thanks! 

  • Hello Durf,

    As mentioned in the below thread, the only tool which TI has is Armhex utility which inputs a .out file.

    Still I'll transfer your thread to the CCS community in case they want to add something.

    Regards,

    Ishita

  • durf said:
    only bin file is supported in CCS

    That is incorrect.  CCS can convert an executable .out file into a binary .bin file.  But, by using the hex utility armhex, it can also convert the same .out file into one of several different hex file formats.  To see the details of the different formats which are supported, please search the TI ARM assembly tools manual for the sub-chapter titled Description of the Object Formats.  I think the term s19 refers to one of the Motorola formats.

    Thanks and regards,

    -George