Hi,
I'm trying to debug an error using version 1.3.1 of the command line programmer. Here's the output I get when attempting to program:
* -----/|-------------------------------------------------------------------- *
* / |__ *
* /_ / MSP430 Flasher v1.3.1 *
* | / *
* -----|/-------------------------------------------------------------------- *
* Evaluating triggers...done
* Checking for available FET debuggers:
* Found USB FET @ ttyACM0. <- Selected
* Initializing interface @ ttyACM0...done
* Checking firmware compatibility:
* FET firmware is up to date.
* Reading FW version...done
* Reading HW version...done
* Setting VCC to 3300 mV...done
* Accessing device...done
* Reading device information...done
* Loading file into device...
* ERROR : File end error
* Unable to load file.
*
* ----------------------------------------------------------------------------
* Arguments : -n MSP430F5437 -w /home/boardtest/Desktop/test_fixture/Firmware/560A22=V01.07.00.txt -v -g -z[VCC=3300]
* Warning: Some default options were used due to incomplete argument list.
* ----------------------------------------------------------------------------
0,0,0,0,0,0,0,-1,0
* ERROR : File end error
# Exit: 11
# ERROR: File end error
* ----------------------------------------------------------------------------
* ERROR on close: No error
* ----------------------------------------------------------------------------
*/
Error: write failed: [Errno 5] Input/output error
Anyone have any idea what these errors mean? So far I haven't been able to find any documentation on these error reports.
Thanks.