User`s guide
Debugging for DSP56800E
Command-Line Debugging
239Targeting MC56F83xx/DSP5685x Controllers
p[rocessor] processor_name [subprocessor_name] ]
text_color ::= [R_value G_value B_value]
background_color ::= [R_value G_value B_value]
R_value ::= the R value of an RGB color
G_value ::= the G value of an RGB color
B_value ::= the B value of an RGB color
NOTE The valid values to specify an RGB color are from 0 through 255.
number_of_lines ::= the number of lines to scroll
Examples
Table 8.10
shows examples of the config command.
Table 8.10 Debugging Command Examples: config
Example Description
config Display all current configuration status
information.
config c e $ff $0 $0 Set the error text color to red.
config c r $0 $0 $0 $ff $ff $ff Set the register display color to black and the
background color to white.
config s $10 Set the page scrolling size to decimal 16 lines.
config m dsp Set the command-line debugging window to
dsp mode; use the command-line debugging
commands when clashing.
config m tcl Set the command-line debugging window to
Tcl mode; use the Tcl commands when
clashing.
config m auto Set the command-line debugging window to
auto mode; resolve clashing automatically.
config hexprefix 0x Show hexadecimal numbers with 0x prefix.
config memidentifier m Set the memidentifier to m.
config processor Dsp568E-Generic Set the processor to DSP56800E
config target Get the default build target name.