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.

CCS/MSP430I2021: How to use command line with CCS Uniflash V3.4 to Erase main memory only for msp430i2021

Part Number: MSP430I2021
Other Parts Discussed in Thread: UNIFLASH, MSP-FET

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!

  • Hello,
    Do you only want to erase memory without programming anything? If so, then this is not supported with UniFlash 3.x. You will have to use UniFlash 4.x if you wish to erase only without programming afterwards. You can always use the MSP Flasher tool also: www.ti.com/.../MSP430-FLASHER

    Thanks
    ki
  • Hello KI,

            I want to program and verify after erase main memory ,but not erase information memory,how to setup command line,if need to use uniflash v4.x?

  • 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

     

  • Hello,

    got is ,thank you very much!