Target options, Target save, Target set – Zilog EZ80F916 User Manual
Page 431: Target options target save, Target options target save target set

UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
411
target options
NOTE: See a target in the following directory for a list of categories and options:
<ZDS Installation Directory>
\targets
where <ZDS Installation Directory> is the directory in which ZiLOG Developer
Studio was installed. By default, this would be
C:\Program
Files\ZiLOG\ZDSII_eZ80Acclaim!_<version>
, where <version> might be
4.10.0
or
5.0.0.
To set a target value, use one of the following syntaxes:
target options CATEGORY="<Category>" OPTION="<Option>" "<token name>"="<value to set>"
target options CATEGORY="<Category>" "<token name>"="<value to set>"
target options "<token name>"="<value to set>"
To select a target, use the following syntax:
target options NAME ="<Target Name>"
target save
The
target save
command saves a target. To save the selected target, use the following
syntax:
target save
To save a specified target, use the following syntax:
target save NAME="<Target Name>"
For example:
target save Name="Sim3"
target set
The
target set
command sets the given data item to the given data value for the active
target or activates a particular target. The syntax can take one of two forms:
•
target set "<data item>" "<new value>"
Sets data item to new value for the active debug tool. Use
target setup
to view
available data items and current values.
For example:
target set "frequency" "20000000"
•
target set "<target name>"
Activates the target with the given name. Use
target list
to view available targets.