Part Number: CC430F5137
Other Parts Discussed in Thread: UNIFLASH
CC430F5137
Code Composer Studio
Version: 10.0.0.00010
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_144
MSP430Flasher 1.03.19 & 1.03.20
MSP-FETFlash (2 different devices tested)
We use MSP430Flasher, it is called from an C# application we use for flashing. Now it doesn't work properly and the results doesn't make sense.
I have 2 different hex files for the same product, it contains a bootloader & application. One supports onboard EEPROM, other doesn't have that support. EEPROM version is smaller.
Flashing using CCS (load file) or UniFlash works all the time (both firmware versions).
After flashing with MSP430Flasher the device hangs, as if not being reset(?). Then if I use a debug configuration that "loads symbols only" and connect to target, press [Play], the device starts as it should.
When I run MSP430Flasher from the command line after successfully getting the device started from CCS/UniFlash I can successfully flash the non-EEPROM hex file successfully, but not EEPROM version.
Veryfing memory via UniFlash shows it is OK.
MSP430Flasher output does not report errors.
This is the command used :
MSP430Flasher.exe -e ERASE_ALL -n CC430F5137 -w "<hexfile>" -v -z [VCC, RESET]
Is MSP430Flasher being phased out?
