Connection

Property Description
Hardware Breakpoint Reserve
numHardwareBreakpointsReserve  – Integer
Number of hardware breakpoints to reserve before software breakpoints are used.
Implement Software Breakpoints
enableSoftwareBreakpoints  – Boolean
Implement software breakpoints using the first hardware breakpoint.
Is USB Device
isUsb  – Boolean
The device is connected by USB.
Port Name
port  – String
Provide a target-specific parameter, e.g. USB, COM3.
Release JTAG
releaseJTAG  – Boolean
Release the JTAG signals when "Reset" or "Start Without Debugging" are used and on "Stop Debugging".
Spy-Bi-Wire/JTAG Supported
supportsSpyBiWire  – Boolean
Spy-Bi-Wire/JTAG is supported.
Target Driver DLL Path
targetDllPath  – FileName
Specifies the path to use to load the MSP430 target driver DLL.
Use Spy-Bi-Wire
useSpyBiWire  – Boolean
Connect using Spy-Bi-Wire if available for target.
Vcc (mV)
vcc  – Integer
Set the desired supply voltage (specified in millivolts).
Version
version  – String
MSP430 target driver DLL version number.

Loader

Property Description
Enable Info SegmentA Erase/Write
unlockSegmentA  – Boolean
Info SegmentA can be erased/written.
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.
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.