J-Link / J-Trace (UM08001) © 2004-2017 SEGGER Microcontroller GmbH & Co. KG
291
Valid attributes
Notes
• No separate closing tag. Directly closed after attributes have been specified:
<ChipInfo ... />
• Must not occur outside a <Device> tag.
10.5.3.1 Attrbiute values - Core
The following values are valid for the Core attribute:
• JLINK_CORE_CORTEX_M1
• JLINK_CORE_CORTEX_M3
• JLINK_CORE_CORTEX_M3_R1P0
• JLINK_CORE_CORTEX_M3_R1P1
• JLINK_CORE_CORTEX_M3_R2P0
• JLINK_CORE_CORTEX_M3_R2P1
• JLINK_CORE_CORTEX_M0
• JLINK_CORE_CORTEX_M_V8BASEL
•JLINK_CORE_ARM7
•JLINK_CORE_ARM7TDMI
• JLINK_CORE_ARM7TDMI_R3
• JLINK_CORE_ARM7TDMI_R4
• JLINK_CORE_ARM7TDMI_S
• JLINK_CORE_ARM7TDMI_S_R3
• JLINK_CORE_ARM7TDMI_S_R4
• JLINK_CORE_CORTEX_A8
• JLINK_CORE_CORTEX_A7
• JLINK_CORE_CORTEX_A9
• JLINK_CORE_CORTEX_A12
• JLINK_CORE_CORTEX_A15
Parameter Meaning
Vendor
String that specifies the name of the vendor of the device. This
attribute is mandatory.
E.g. Vendor="ST".
Name
Name of the device. This attribute is mandatory.
E.g. Name="STM32F407IE"
WorkRAMAddr
Hexadecimal value that specifies the address of a RAM area that
can be used by J-Link during flash programming etc. Should not
be used by any DMAs on the device. Cannot exist without also
specifying WorkRAMSize. If no flash banks are added for the new
device, this attribute is optional.
E.g. WorkRAMAddr="0x20000000"
WorkRAMSize
Hexadecimal value that specifies the size of the RAM area that
can be used by J-Link during flash programming etc. Cannot exist
without also specifying WorkRAMAddr. If no flash banks are added
for the new device, this attribute is optional.
E.g. WorkRAMSize="0x10000"
Core
Specifies the core that the device incorporates. If a new device is
added, this attribute is mandatory.
E.g. Core="JLINK_CORE_CORTEX_M0"
For a list of valid attribute values, please refer to Attrbiute values
- Core on page 291.
JLinkScriptFile
String that specifies the path to a J-Link script file if required for
the device. Path can be relative or absolute. If path is relative, it
is relative to the location of the JLinkDevices.xml file.
This attribute is mandatory.
E.g. JLinkScriptFile="ST/Example.jlinkscript"
Table 10.1: <ChipInfo> attribute list