User`s guide

Debugging for DSP56800E
Command-Line Debugging
253Targeting MC56F83xx/DSP5685x Controllers
kill
Use the kill debugging command to close one or all current debugging sessions.
Prototype
k[ill] [all]
Examples
Table 8.21
shows examples of the kill command.
load
Use the load debugging command to open a project or load records into memory.
Prototype
l[oad] project_file_name | eld_file_name
or
l[oad] -h | -b file_name [ memory_location ]
The following list defines the first parameter of the second version of the load
command:
-h = hexadecimal file
-b = binary file
Examples
Table 8.22
shows examples of the load command.
Table 8.21 Debugging Command Examples: kill
Example Description
kill Kills the current debugging session.
kill all Kills all the debug sessions when debugging
multiple cores.