SourcePoint Intel Help

Table of Contents

num_jtag_devices

Display the number of configured JTAG TAP devices on the target.

Syntax

[result =] num_jtag_devices

Discussion

The num_jtag_devices control variable returns an integer representing the number of configured JTAG TAP devices on the target. This value will be zero when the target has not yet been configured. This variable is read-only.

Example

Command input:

define ord4 nCount = num_jtag_devices

nCount

Result:

00000003H ย ย ย ย ย ย ย ย ย ย ย ย // 3 JTAG devices

Related Topics