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?