I use the MSP430flasher to flash a controller with fhe following command line
MSP430Flasher.exe -iCOM48 -mSBW2 -nMSP430FR5737 -w744.320.027AD.hex -v
MSP430flasher shows the following
* -----/|-------------------------------------------------------------------- *
* / |__ *
* /_ / MSP Flasher v1.3.15 *
* | / *
* -----|/-------------------------------------------------------------------- *
*
* Evaluating triggers...done
* Checking for available FET debuggers:
* Found USB FET @ COM48 <- Selected
* Initializing interface @ COM48...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 (744.320.027AD.hex)...
Exit: 10
ERROR: Could not reset device
* Powering down...done
* Disconnecting from device...done
*
* ----------------------------------------------------------------------------
* Driver : closed (No error)
* ----------------------------------------------------------------------------
*/
as you see from the ouput the code seems to be flash but it can not be brought into reset -
so I tried to check if the device is programmed and just the verify did not succed, first I tried with the oiginal hexfile
and got the same response as below - to check if the response is okay I changed the command line to use a different
hexfile
MSP430Flasher.exe -iCOM48 -mSBW2 -nMSP430FR5737 -v744.630.052AA.hex
-----/|-------------------------------------------------------------------- *
* / |__ *
* /_ / MSP Flasher v1.3.15 *
* | / *
* -----|/-------------------------------------------------------------------- *
*
* Evaluating triggers...done
* Checking for available FET debuggers:
* Found USB FET @ COM48 <- Selected
* Initializing interface @ COM48...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
* Powering down...done
* Disconnecting from device...done
*
* ----------------------------------------------------------------------------
* Driver : closed (No error)
* ----------------------------------------------------------------------------
*/
This looks like there should be no error, but I supplied a wrong hexfile to check for so
what is verified ??
with best regards
dieter