User manual
LPCXpresso Experiment Kit - User’s Guide
Page 143
Copyright 2013 © Embedded Artists AB
When the code has been downloaded execution will stop at the first line in the main function. Press F8
or the green arrow button to resume/start execution.
Figure 80 – LPCXpresso IDE Run Button
It is possible to manually stop execution by pressing the Pause button. After that it is possible to restart
the execution by pressing the Start button (or F8). Alternatively the target can be reset by pressing
Reset button and the system return to the state just after program download, i.e., at the first line in the
main function.
The debug session is ended by pressing the Stop button. The LPCXpresso IDE then returns to edit
mode.
When the system has been stopped the call stack window indicates where the execution has stopped
and the call path to get to that point.
Figure 81 – LPCXpresso IDE Stop at First Line in main()
Stop at first line in main()-function
Call stack, which indicates the call
structure to get to the point where the
program is currently stopped.
Currently stopped at line #23 in main()
Start/Resume
Execution (F8)
Pause
Execution
Stop debug
session
Reset
Target