SourcePoint Intel Help

Table of Contents

verifyjtagconfiguration

Verify that SourcePoint and emulator JTAG configurations match.

Syntax

[result =] bool verifyjtagconfiguration()

Where:

result

specifies a boolean variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

Discussion

The verifyjtagconfiguration function verifies that SourcePoint and emulator JTAG configurations match. In the event of a mismatch, the configurations are presented to the user to select which configuration is to be used. This operation is valid when the emulatorstate control variable is set to 1 or 2. ย If the user elects to use the SourcePoint configuration, the emulatorState control variable transitions to state 1.

Example

Command Input:

verifyjtagconfiguration

Result:

TRUE ย ย ย ย ย ย ย ย // JTAG configurations match

Related Topics