SLAU654E November 2015 – February 2019
Select the desired state for the device to be set to when MSP Flasher finishes its operation. This can be done using the trigger -z and passing the arguments [exit_spec,…], where exit_spec is a valid exit specification shown in Table 2.
NOTE
The specifications are delimited with the ',' (comma) character and enclosed by square brackets.
Exit Specification | Description |
---|---|
default (-z not used) | The device does not receive a 'hard' reset and is powered down after programming. Target code execution does not start. |
-z [VCC] | VCC is set to the default value of 3000 mV. Target code execution starts. |
-z [VCC=3600] | The target VCC is set to a custom value (specified in millivolts). Valid voltages range from 1800 to 3600 mV. Target code execution starts. The eZ430 and eZ-FET debuggers do not support target voltages other than 3000 mV. |
-z [RESET] | The device receives a 'hard' reset (using the RST/NMI pin) after programming and is powered down. |
-z [VCC(=x), RESET]-z [RESET, VCC(=x)] | The device receives a 'hard' reset (using the RST/NMI pin) after programming and VCC is left on. Target code execution starts. |