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.

bin2hex

Other Parts Discussed in Thread: TMS320F2809

I search a tool to convert a binary file in a hexfile, that the c2prog understand. (TMS320F2809, CCS3.3)

Background:

We use hex2000 to create two ihex-files and create with this a modified binary. Now we have to create a fileformat from it, that the DSP Tools understand, especially c2prog.

Like the generated format:

coff->hex

hex2000 -romwidth 16 -memwidth 16 -i -o .\Debug\test.hex .\Debug\test.out

but bin->hex.

 

  • I've never used c2prog.  But I did find some overview documentation for it.  I think it expects a hex file as input, not binary.  Thus that hex2000 command, or one quite similar, should convert the COFF .out file to the hex file that c2prog expects.  Since this is getting outside the expertise of the compiler experts on this forum, I'll move this thread to one of the C2000 device forums.

    Thanks and regards,

    -George

  • Thank you. But I'm the meaning, the Compiler Suite (CCS3.3) don't contains a program to convert binary to 16bit hex.

     

    regards

    Steffen