English
Language : 

SLAS191A Datasheet, PDF (55/86 Pages) Texas Instruments – Starter Kit Evaluation Kit Manual
g
The g command starts/restarts the user application that is loaded into RAM. The system retrieves
the start vector of a user’s application from memory location (3FEh on the 320 STK/EVK, 5FEh on
the 330 EVK) if a new program is loaded, or after executing a PUC command or a user reset.
Otherwise, the program execution continues with the actual PC (R0). Return to the Monitor occurs
after pressing any key on the keyboard. The g command functions as stated if the user application
is not running in an interrupt routine (GIE=0 if interrupt nesting is not allowed), and the user
application has not disabled the GIE bit.
>init
MSP–STK430A320
>@0300
31 40 00 04 B2 40 80 5A 20 01 07 43 17 53 FE 3F
@03FE
00 03
q
>downloaded _PC_ _SP_ _SR_
reg 0000 : 0300 03de 0008 0000 f48c 1d14 0069 000e
reg 0008 : 1a28 4032 0000 ffd0 4040 6803 e2c2 07a0
>go.._
Enter g to start the user application
Figure 2–20. Starting the Application Command
2–19