
UM0299
Running the demo project
Table 1.
Summary of icons
Icon
Associated action
Runs the current program.
Stops the current program.
Resets program execution at the beginning of the program.
Runs the compiler.
Starts and stops the debugger.
Step-in: single-steps into a called function.
Step-over: steps through code, one instruction at a time. (Executes an
entire called function as one step, stopping with the first instruction after
the call's return).
Opens the disassembly code window which displays C and assembly
source code instructions
Displays the contents of the MCU main registers.
Displays the state of the corresponding pin.