Connection

Property Description
Parallel Port
portName – String
The parallel port connection to use to connect to target.
Parallel Port Address
portAddress – String
The base address of the currently connected parallel port.
Parallel Port Sharing
portSharing – Boolean
Specifies whether sharing of the parallel port with other device drivers or programs is permitted.

Interface

Property Description
Version
interfaceVersion – String
The target interface version number.

JTAG

Property Description
Invert nSRST
invertNSRST – Boolean
Specify whether the nSRST signal should be inverted.

JTAG/SWD

Property Description
Speed
speed – IntegerRange
The maximum JTAG/SWD clock frequency in Hz (0 for best possible).

Target

Property Description
Device Type
 – String
The detected type of the currently connected target device.
Fast Memory Accesses
fastMemoryAccessesEnabled – Boolean
Specifies whether fast memory accesses should be used for ARM7, ARM9 and Cortex-M3 targets. With this option set to Yes the target interface will not wait for a memory access to complete before moving onto the next - this means it relies on the JTAG interface being slower than the memory interface. If your target is running slowly, or has slow memory you may experience problems reading from or writing to memory with this option enabled in which case you should set this option to No. The default setting of this property on this target interface is Yes, this is because the implementation of slow memory accesses is considerably slower than fast accesses on this target interface - if you experience problems reading from or writing to memory you may find you achieve better performance by reducing the JTAG clock frequency using the JTAG Clock Divider property rather than disabling this option.
Memory Access Timeout
memoryAccessTimeout – IntegerRange
The timeout period for memory accesses in milliseconds.