User`s guide
Debugging for DSP56800E
Command-Line Debugging
250
Targeting MC56F83xx/DSP5685x Controllers
Prototype
hsst_l[og] cid [ directory_name ]
Examples
Table 8.19
shows examples of the hsst_log command:
hsst_noblock_mode
Use the hsst_noblock_mode command to configure a communication channel in
non-blocking mode. Dong so causes all calls to hsst_read to return immediately
with any available data (limited by the requested size).
Prototype
hsst_n[oblock_mode] channel_id
Example
Configure a channel in non-blocking mode:
set cid [ hsst_open channel1 ]
hsst_noblock_mode $cid
hsst_open
Use the hsst_open debugging command to open a communication channel with the
host machine.
Table 8.19 Debugging Command Examples: hsst_log
Example Description
hsst_log cid c:\logdata The debugger logs the data to the specified
directory.
hsst_log cid 0 The debugger turns off the log.