beautypg.com

Target save, Target set, Target save target set – Zilog Z8F0130 User Manual

Page 541

background image

UM013037-1212

target save

Zilog Developer Studio II – Z8 Encore!

User Manual

517

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>"

See a target in the following directory for a list of categories and options:

ZILOGINSTALL\ZDSII_

product

_

version

\targets

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 "" ""

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 ""

Activates the target with the given name. Use

target list

to view available targets.

Note: