User`s guide

Debugging for DSP56800E
System-Level Connect
264
Targeting MC56F83xx/DSP5685x Controllers
watchpoint
Use the watchpoint debugging command to add, remove, or display a watchpoint.
NOTE
Due to hardware resource limitations, you can set only one
watchpoint at a time.
Prototype
wat[chpoint] [variable_name | watchpoint_id off]
Examples
Table 8.31
shows examples of the watchpoint command:
System-Level Connect
The CodeWarrior DSP56800E debugger lets you connect to a loaded target board and
view system registers and memory. A system-level connect does not let you view
symbolic information during a connection.
Table 8.31 Debugging Command Examples: wait
Example Description
wait The debugger waits until you press the space
bar on the keyboard.
wait 2 The debugger waits for two milliseconds.
Table 8.32 Debugging Command Examples: watchpoint
Example Description
watchpoint The debugger displays the watchpoint list.
watchpoint i The debugger adds the variable i to the
watchpoint list.