User`s guide

Debugging for DSP56800E
Command-Line Debugging
255Targeting MC56F83xx/DSP5685x Controllers
next
Use the next debugging command to step over subroutine calls.
If you execute the next command interactively, the command returns immediately.
The target program starts to run.
Then you can either wait for the target program to stop executing (for example, on a
breakpoint) or type the stop debugging command to stop the execution of the target
program.
If you execute the next command in a script, the command-line debugger polls until
the debugger stops (for example, on a breakpoint) and then executes the next
command in the script. (If the command-line debugger continues polling indefinitely
because the debugging process does not stop, you can stop the script by pressing the
Escape key.)
Prototype
n[ext]
output
Use the output debugging command to map a target memory block to a host file. When
the target application writes to the memory block, the application writes the contents
to the specified file instead.
Prototype
o[utput]
[ address filename
[ -rd | -rf | -rh | -ru ] [-a/-o] ] |
[ off ]
Specify address when using the simulator to debug.
Choose from the following options to indicate the format of the output file:
•Use -rd to indicate that the output file is a decimal file.
•Use -rf to indicate that the output file is a fractional file.
•Use -rh to indicate that the output file is a hexadecimal file.