290 CHAPTER 10 Open Flashloader
J-Link / J-Trace (UM08001) ©
2004-2017 SEGGER Microcontroller GmbH & Co. KG
10.5 XML Tags and Attributes
In the following, the valid XML tags and their possible attributes are explained.
General rules
• Attributes may only occur inside an opening tag
• Attribute values must be enclosed by quotation marks
10.5.1 <Database>
Description
Opens the XML file top-level tag. Only present once per XML file.
Valid attributes
This tag has no attributes
Notes
• Must only occur once per XML file
•Must be closed via </Database>
10.5.2 <Device>
Description
Opens the description for a new device.
Valid attributes
This tag has no attributes.
Notes
•Must be closed via </Device>.
• May occur multiple times in an XML file
10.5.3 <ChipInfo>
Description
Specifies basic information about the device to be added, like the core it incorporates
etc.