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/MSP430FR5969: Conversion from TI-txt to binary

Guru 16770 points
Part Number: MSP430FR5969
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

Hi

Could it be possible to convert TI-txt file (.txt) to binary (.bin)?

I used Uniflash and looked into Memory Browser.

It has a function of "Export" and it can generate .bin file from optionally ranged memory data.

I want to make such binary data from TI-txt file.

Do you have solution?

BestRegards

  • na na78 said:
    Could it be possible to convert TI-txt file (.txt) to binary (.bin)?

    It is probably possible.

    na na78 said:
    Do you have solution?

    No.  Well, not a direct solution.

    The TI-txt file is created by the hex utility hex430.  The input to hex430 is an executable image file (often with the file extension .out).  Do you have that file?  There are solutions for creating a binary file from an executable image.

    Thanks and regards,

    -George

  • Hi George

    Thank you for your reply.

    I understand.

    BestRegards