J-Link

Property Description
Command Strings
commandString  – StringList
The J-Link command strings to execute on connect.
Current Speed
currentSpeed  – IntegerRange
The JTAG/SWD clock frequency the J-Link is currently using in kHz.
DLL Version
DLLVersion  – String
The DLL version.
Firmware Version
FWVersion  – String
The firmware version.
Host Name
interface_ip_address  – String
Specify the host name or IP address of the J-Link to use.
Interface
interface_type  – Enumeration
Select the physical interface to use, either the USB interface or the Ethernet interface.
J-Link DLL File
DLLFileName  – FileName
The file path of the JLinkARM.dll to use.

JTAG

Property Description
Adaptive Clocking
adaptiveClocking  – Enumeration
Specifies whether JTAG adaptive clocking should be used.
Speed
speed  – IntegerRange
The required JTAG/SWD clock frequency in kHz (0 to auto-detect best possible).
Target Interface Type
tif  – Enumeration
The target interface type.

Loader

Property Description
Erase All
loaderEraseAll  – Boolean
If set to Yes, all of the FLASH memory on the target will be erased prior to downloading the application. This can be used to speed up download of large programs as it generally quicker to erase a whole device rather than individual segments. If set to No, only the areas of FLASH containing the program being downloaded will be erased.
Erase All Timeout
loaderEraseAllTimeout  – IntegerRange
The timeout period for an erase all operation in milliseconds.
Loader Timeout
loaderTimeout  – IntegerRange
The timeout period for loader operations in milliseconds.
No Load Sections
noLoadSections  – StringList
Names of (loadable) sections not to load.

Target

Property Description
Device Type
device_id  – String
The detected type of the currently connected target device.
Processor Stop Timeout
stopTimeout  – IntegerRange
The timeout period for stopping the processor in milliseconds.
Restrict Memory Accesses
restrictMemoryAccesses  – Boolean
Specifies whether memory accesses should be restricted to known memory segments and their associated access attributes.