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.

Problem of uniflash using command-line

Other Parts Discussed in Thread: UNIFLASH, TMS570LS3137

I want to write data in address of 0x00180000 and not erase other data in the meantime.

My command-line was "uniflash -ccxml TMS570LS3137.ccxml -programBin load.hex 0x180000".

And the result was that the data in profile of load.hex was writed successfully,but erased data in other address.So,How can I solve problem?