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.
Tool/software: Code Composer Studio
Hi ,
I want to flash msp430i2021,The programmer is MSP-FET,software is CCS Uniflash V3.4,I want to use command line to Erase main memory only,how to do?thank you!
li Hong said:I want to program and verify after erase main memory
This is no problem with 3.4. Example:
> uniflash -ccxml myTarget.ccxml -setOptions "MSP430DownloadOptions"="Erase main memory only" -program myProgram.out