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.

HEX utility .s28 file format to .svf file format

CCS / Codegen gurus,

I know HEX2000 currently doesn't support SVF file format. But do we already have any tool which can help customers convert .s28 file fomat to SVF file format

http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/t/167675.aspx

Regards,

Manoj

  • I have never heard of either .s28 or SVF file formats.  Even so, here is a suggestion to consider.

    The bootimage utility in the cg_xml package converts TI executable files (extension is usually .out) to C arrays which contain the raw data in a simple hex format.  The package comes with the Perl source code.  So, you could change it to output whatever format you need.

    Thanks and regards,

    -George