User`s guide

Debugging for DSP56800E
Command-Line Debugging
256
Targeting MC56F83xx/DSP5685x Controllers
•Use -ru to indicate that the output file is an unsigned decimal file.
Choose from the following options to indicate how to write to the output file:
•Use -a to cause the debugger to append to the output file if it already exists.
•Use -o to cause the debugger to overwrite the output file if it already exists.
Examples
Table 8.24
shows examples of the output command.
pwd
Use the pwd debugging command to display the working directory.
Prototype
pwd
radix
Use the radix debugging command to:
Display the current default input radix (number base)
Change the default number base for command entry or for display of registers
and memory locations.
Changing the default input radix lets you enter constants in the chosen radix without
typing a radix specifier before each constant.
Table 8.24 Debugging Command Examples: Output
Example Description
output p:$0 out.dat -RD -A
(This example is valid only for the
simulator.)
This example stores values (which are written to the
memory location p:0 by the target application) to the file
out.dat in decimal format (indicated by -RD). The -A option
appends the values to file out.dat if the file already
exists.
output off This example closes all output files and stops the output
feature.