Other Parts Discussed in Thread: MSP430F5437A, MSP-FET, MSP430-FLASHER
I have following setup
- MSP430F5437A
- MSP-FET430UIF
- MSP Flasher v1.3.8
I am trying to use "MSP Flasher - Command Line Programmer" to flash the micro with a MSP430-TI txt file. Following are the command used and the log from the tool.
Command: MSP430Flasher -n MSP430F5437A -w combined.txt -v -e ERASE_MAIN -z [VCC]
Log:
Wed May 11 15:00:28 2016: * -----/|-------------------------------------------------------------------- *
Wed May 11 15:00:28 2016: * / |__ *
Wed May 11 15:00:28 2016: * /_ / MSP Flasher v1.3.8 *
Wed May 11 15:00:28 2016: * | / *
Wed May 11 15:00:28 2016: * -----|/-------------------------------------------------------------------- *
Wed May 11 15:00:28 2016: *
Wed May 11 15:00:28 2016: * Evaluating triggers...done
Wed May 11 15:00:28 2016: * Checking for available FET debuggers:
Wed May 11 15:00:29 2016: * Found USB FET @ COM31 <- Selected
Wed May 11 15:00:29 2016: * Initializing interface @ COM31...done
Wed May 11 15:00:29 2016: * Checking firmware compatibility:
Wed May 11 15:00:29 2016: * The firmware of your FET is outdated.
Wed May 11 15:00:29 2016: - Would you like to update it? (Y/N): Wed May 11 15:00:31 2016: n
Wed May 11 15:00:31 2016: * Warning: FW mismatch! Correct functionality not guaranteed!
Wed May 11 15:00:31 2016: * Reading FW version...done
Wed May 11 15:00:31 2016: * Setting VCC to 3000 mV...done
Wed May 11 15:00:32 2016: * Accessing device...done
Wed May 11 15:00:33 2016: * Reading device information...done
Wed May 11 15:00:33 2016: * Loading file into device...done
Wed May 11 15:03:50 2016: * Verifying memory (combined.txt)...
Wed May 11 15:03:51 2016: # Exit: 60
Wed May 11 15:03:51 2016: # ERROR: Verification error
Wed May 11 15:03:51 2016: * Starting target code execution...done
Wed May 11 15:03:51 2016: * Disconnecting from device...done
Wed May 11 15:03:51 2016: *
Wed May 11 15:03:51 2016: * ----------------------------------------------------------------------------
Wed May 11 15:03:51 2016: * Driver : closed (No error)
Wed May 11 15:03:51 2016: * ----------------------------------------------------------------------------
Wed May 11 15:03:51 2016: */
I am able to flash the same file using "FET-Pro430 Lite Software" without any issues.
Please let me know mistake I am doing to use this tool. Thanks!