Part Number: MSP430FR5989
I am currently working on the project and using IAR and MSP Flasher.
In our project we are using IPE and is password protected. When I flash using IAR the flashing along with verification succeeds , however with MSP flasher the verification fails.
Please find the output from MSP Flasher Below.
;
C:\ti\MSPFlasher_1.3.18>MSP430Flasher.exe -n MSP430FR5989 -m AUTO -e ERASE_ALL -w msp430.hex -v msp430.hex -z [VCC] -p 0xaaaa0b84ffffffff
* -----/|-------------------------------------------------------------------- *
* / |__ *
* /_ / MSP Flasher v1.3.18 *
* | / *
* -----|/-------------------------------------------------------------------- *
*
* Evaluating triggers...done
* Checking for available FET debuggers:
* Found USB FET @ COM12 <- Selected
* Initializing interface @ COM12...done
* Checking firmware compatibility:
* FET firmware is up to date.
* Reading FW version...done
* Setting VCC to 3000 mV...done
* Accessing device...done
* Reading device information...done
* Loading file into device...done
* Verifying memory (msp430.hex)...
# Exit: 60
# ERROR: Verification error
* Starting target code execution...done
* Disconnecting from device...done
*
* ----------------------------------------------------------------------------
* Driver : closed (EEM polling thread is already active)
* ----------------------------------------------------------------------------
*/
Can you please help me with the right command and how I can ensure that we don’t get verification error?