![Texas Instruments C2000 Piccolo LaunchPad Workshop Manual And Lab Manual Download Page 29](http://html.mh-extra.com/html/texas-instruments/c2000-piccolo-launchpad/c2000-piccolo-launchpad_workshop-manual-and-lab-manual_1094583029.webp)
Code Composer Studio
C2000 Microcontroller Workshop - Programming Development Environment
2 - 11
Program execution
Image
Name
Description
Availability
Halt
Halts the selected target. The rest of the debug
views will update automatically with most recent
target data.
Target Menu
Debug View Toolbar
Run
Resumes the execution of the currently loaded
program from the current PC location. Execution
continues until a breakpoint is encountered.
Target Menu
Debug View Toolbar
Run to Line
Resumes the execution of the currently loaded
program from the current PC location. Execution
continues until the specific source/assembly line is
reached.
Target Menu
Disassembly Context Menu
Source
Edit
or Context Menu
Go to Main
Runs the programs until the beginning of function
main in reached.
Debug View Toolbar
Step Into
Steps into the highlighted statement.
Target Menu
Debug View Toolbar
Step Over
Steps over the highlighted statement. Execution
will continue at the next line either in the same
method or (if you are at the end of a method) it
will continue in the method from which the current
method was called. The cursor jumps to the decla-
ration of the method and selects this line.
Target Menu
Debug View Toolbar
Step Return Steps out of the current method.
Target Menu
Debug View Toolbar
Reset
Resets the selected target. The drop-down menu
has various advanced reset options, depending on
the selected device.
Target Menu
Debug View Toolbar
Restart
Restores the PC to the entry point for the currently
loaded program. If the debugger option "Run to
main on target load or restart" is set the target will
run to the specified symbol, otherwise the execu-
tion state of the target is not changed.
Target Menu
Debug View Toolbar
Assembly
Step Into
The debugger executes the next assembly instruc-
tion, whether source is available or not.
TI Explicit Stepping Toolbar
Target Advanced Menu
Assembly
Step Over
The debugger steps over a single assembly instruc-
tion. If the instruction is an assembly subroutine,
the debugger executes the assembly subroutine
and then halts after the assembly function returns.
TI Explicit Stepping Toolbar
Target Advanced Menu
Summary of Contents for C2000 Piccolo LaunchPad
Page 74: ...Interrupts 4 18 C2000 Microcontroller Workshop Reset and Interrupts ...
Page 100: ...Lab 5 System Initialization 5 26 C2000 Microcontroller Workshop System Initialization ...
Page 218: ...Lab 8 IQmath FIR Filter 8 42 C2000 Microcontroller Workshop Numerical Concepts ...
Page 334: ...F28069 controlCARD A 4 C2000 Microcontroller Workshop Appendix A Experimenter s Kit SW2 ...
Page 336: ...F28035 controlCARD A 6 C2000 Microcontroller Workshop Appendix A Experimenter s Kit SW2 SW3 ...