MSP430-Flasher
(Redirected from MSP Flasher)
- https://www.ti.com/tool/MSP430-FLASHER
- https://www.ti.com/lit/ug/slau654e/slau654e.pdf?ts=1607333072271&ref_url=https%253A%252F%252Fwww.ti.com%252Ftool%252FMSP430-FLASHER
Example MSP430F149
c:\ti\MSPFlasher_1.3.19>MSP430Flasher -n MSP430F149
- * -----/|-------------------------------------------------------------------- *
- * / |__ *
- * /_ / MSP Flasher v1.3.19 *
- * | / *
- * -----|/-------------------------------------------------------------------- *
- *
- * Evaluating triggers...done
- * Checking for available FET debuggers:
- * Found USB FET @ COM266 <- Selected
- * Initializing interface @ COM266...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
- *
- * ----------------------------------------------------------------------------
- * Arguments : -n MSP430F149
- * ----------------------------------------------------------------------------
- * Driver : loaded
- * Dll Version : 31400000
- * FwVersion : 31100001
- * Interface : TIUSB
- * HwVersion : U 1.40
- * JTAG Mode : AUTO
- * Device : MSP430F149
- * EEM : Level 2, ClockCntrl 0
- * VCC OFF
- * ----------------------------------------------------------------------------
- * Powering down...done
- * Disconnecting from device...done
- *
- * ----------------------------------------------------------------------------
- * Driver : closed (No error)
- * ----------------------------------------------------------------------------
- */
Example MSP430G2553 2-Wire JTAG
- c:\ti\MSPFlasher_1.3.19>MSP430Flasher -n MSP430G2xx3
- * -----/|-------------------------------------------------------------------- *
- * / |__ *
- * /_ / MSP Flasher v1.3.19 *
- * | / *
- * -----|/-------------------------------------------------------------------- *
- *
- * Evaluating triggers...done
- * Checking for available FET debuggers:
- * Found USB FET @ COM266 <- Selected
- * Initializing interface @ COM266...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
- *
- * ----------------------------------------------------------------------------
- * Arguments : -n MSP430G2XX3
- * ----------------------------------------------------------------------------
- * Driver : loaded
- * Dll Version : 31400000
- * FwVersion : 31100001
- * Interface : TIUSB
- * HwVersion : U 1.40
- * JTAG Mode : AUTO
- * Device : MSP430G2xx3
- * EEM : Level 1, ClockCntrl 1
- * VCC OFF
- * ----------------------------------------------------------------------------
- * Powering down...done
- * Disconnecting from device...done
- *
- * ----------------------------------------------------------------------------
- * Driver : closed (No error)
- * ----------------------------------------------------------------------------
- */