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.

TMS320F280049: Dump firmware using UniFlash and generating S19 file

Part Number: TMS320F280049
Other Parts Discussed in Thread: UNIFLASH

Hi expert,

My cutomer would like to dump firmware using UniFlash tools and transfer to .s19 format.

We have to questions to consult you:

Is it correct to choose 0x80000~0x9FFFF  in dump process?

Any method to dump the program in .s19 format?

Thanks

Sheldon

  • Sheldon,

    Sheldon He said:
    Is it correct to choose 0x80000~0x9FFFF  in dump process?

    That is entirely up to the customer. This segment is in FLASH, therefore it most probably contains all the code and constant data.  

    Sheldon He said:
    Any method to dump the program in .s19 format?

    Uniflash can dump memory in both COFF and BIN file formats. The hex utilty supplied with the compiler tools should be able to convert from COFF to SREC file formats. Check chapter 12 of the SPRU513 document.

    http://www.ti.com/lit/pdf/spru513 

    Hope this helps,

    Rafael