User`s guide
Debugging for DSP56800E
Command-Line Debugging
237Targeting MC56F83xx/DSP5685x Controllers
• If value is a hexadecimal value, the debugger determines the mode as shown in
Table 8.8:
• If value is a decimal value, the debugger determines the mode as shown in
Table 8.9
:
cls
Use the cls debugging command to clear the command-line debugging window.
Prototype
cl[s]
Table 8.8 Memory Access Mode for Hexadecimal Values
Memory
Access Mode
When value Length Is... Examples
Eight-bit (8bit) length <= 2 $1, $12, $01
16-bit (16bit) 2 < length <= 4 $0001, $123
32-bit (32bit) 4 < length <= 8 $00000123, $1234567
64-bit (64bit) length > 8 $123456789
Table 8.9 Memory Access Mode for Decimal Values
Memory
Access Mode
When value Is... Examples
Eight-bit (8bit) value <= 0xff 0,54,255
16-bit (16bit) value > 0xff 256,65535,1000
32-bit (32bit) 0xffff < value <=
0xffffffff
65536,3253532
64-bit (64bit) value > 0xffffffff 4294967296