SourcePoint Intel Help

Table of Contents

runcontroltype

Display a string identifying the processor.

Syntax

[result =] runControlType

Where:

result

specifies an nstring 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

Use the runControlType command to get a unique string that identifies the currently connected debug probe.

Example 1

Command input:

runControlType

Result:

"ECM-XDP3E"

Example 2

Command input:

define nstring type = runControlType

type

Result:

"ECM-XDP3E"