SDKZSPF LSI, SDKZSPF Datasheet - Page 199

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
Table 9.8
9.3 Debugger Commands – Special Cases
9.3.1 Generic Target-Specific Commands
9.3.2 Backtrace Command
Command
ahb_clk_resume
ahb_clk_stop_en
io_clk_resume
io_clk_stop_en
return_to_sw_dbg
Hardware-Assisted Debugging Commands for G2 (Cont.)
Some SDBUG commands have special cases, which are described in
the following subsections. For more information on the usage of any
command, issue the help command at the (sdbug) prompt.
To make test scripts that need to run under multiple targets more generic,
the hardware and software target-specific commands memory_upload,
memory_download, close, and max_number_of_files may be used
without their target prefixes after the target has been specified.
For example, the command:
may be replaced by
within a script after you have issued the target command.
To use the backtrace command, you must adhere to the calling
conventions described in
this command to display the call stack, set breakpoints on the function
Debugger Commands – Special Cases
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
(sdbug) jtag max_number_of_files 1
(sdbug) max_number_of_files 1
Description
Resumes the AHB clock without restarting the core.
Makes AHB clock stop when hardware breakpoints are hit.
Resumes IO clock without restarting the core.
Makes IO clock stop when hardware breakpoints are hit.
Returns to software debug mode. Must have executed in
hardware debug mode for at least one cycle in order for
this to work.
Section 3.2, “Compiler Conventions.”
To use
9-13