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.