|
|||||||||||
Technical Support On-Line Manuals µVision3 User's Guide µVision3 Overview User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE DEFINE DIR Display Enter EVALuate EXIT Go INCLUDE KILL LOAD LOG LogicAnalyze MAP MODE Ostep PerformanceAnalyze Pstep RESET SAVE SCOPE SET SIGNAL SLOG Tstep Unassemble WatchSet WatchKill Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
Go
The Go command instructs µVision3 to begin running your target program. Execution begins from the address specified by startaddr. If startaddr is not specified, execution begins from the current program counter. Generally, it is not necessary to specify the start address after the current program counter is used as the start address. Target program execution stops at the address specified by stopaddr. If stopaddr is specified, µVision3 sets a temporary breakpoint which is deleted when execution stops. If stopaddr is not specified, target program execution continues until a breakpoint is reached or until execution is stopped by clicking the Stop button in the Debug window. After the target program execution stops, the Register, Watch, Debug, and other windows are updated to reflect the new CPU status. Note
Example>G,main /* Run starting at $ up to address main */ >G /* Start at $. Break with Ctrl+C or breakpoint */ | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.