![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 141](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537141.webp)
Running Your Programs
6-13
Loading, Displaying, and Running Code
cstep
The CSTEP command is similar to STEP, but CSTEP always single-steps in
terms of a C statement. If you’re in C code, STEP and CSTEP behave
identically. In assembly language code, however, CSTEP executes all assem-
bly language statements associated with one C statement before updating the
display. The format for this command is:
cstep
[
expression]
next
cnext
The NEXT and CNEXT commands are similar to the STEP and CSTEP com-
mands. The only difference is that NEXT/CNEXT never show single-step
execution of called functions—they always step to the next consecutive state-
ment. The formats for these commands are:
next
[
expression]
cnext
[
expression]
You can also single-step through programs by using function keys:
F8
Acts as a STEP command.
F10
Acts as a NEXT command.
When you use the function keys to single-step through programs, you can’t en-
ter an expression for the command.
The debugger allows you to execute several single-step commands from the
selections on the menu bar.
To execute a STEP:
1) Point to Step=F8 in the menu bar.
2) Press and release the left mouse button.
To execute a NEXT:
1) Point to Next=F10 in the menu bar.
2) Press and release the left mouse button.
When you use the menu-bar selections to single-step through programs, you
can’t enter an expression for the command.
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...