243
Parameter
BaseAddr
MaxSize
Loader
LoaderType
Notes
•
No separate closing tag. Directly closed after attributes have been specified:
<FlashBankInfo ... />
•
Must not occur outside a <Device> tag
10.5.4.1
Attribute values - LoaderType
The following values are valid for the
•
FLASH_ALGO_TYPE_OPEN
Describes that the used algorithm is an Open Flashloader algorithm. CMSIS based
algorithms are also supported via the Open Flashloader concept. For additional
information, see Add. Info / Considerations / Limitations .
J-Link / J-Trace (UM08001)
CHAPTER 10
Hexadecimal value that specifies the start address of the
flash bank. The J-Link DLL uses this attribute together with
MaxSize
to determine which memory write accesses per-
formed by the debugger, shall be redirected to the flash
loader instead of being written directly to the target as nor-
mal memory access.
This attribute is mandatory.
E.g. BaseAddr="0x08000000"
Hexadecimal value that specifies the max. size of the flash
bank in bytes. For many flash loader types the real bank size
may depend on the actual flash being connected (e.g. SPIFI
flash where the loader can handle different SPIFI flashes so
size may differ from hardware to hardware). Also, for some
flash loaders the sectorization is extracted from the flash
loader at runtime. The real size of the flash bank may be
smaller than
MaxSize
DLL uses this attribute together with
which memory write accesses performed by the debugger,
shall be redirected to the flash loader instead of being writ-
ten directly to the target as normal memory access.
This attribute is mandatory.
E.g. MaxSize="0x80000"
String that specifies path to the ELF file that holds the flash
loader. 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. Loader="ST/MyFlashLoader.elf"
For CMSIS flash loaders the file extension is usually FLM,
however any extension is accepted by the J-Link DLL.
Specifies the type of the loader specified by Loader.
This attribute is mandatory. E.g. LoaderType="FLASH_AL-
GO_TYPE_OPEN" For a list of valid attribute values, please re-
fer to Attribute values LoaderType .
LoaderType
© 2004-2017 SEGGER Microcontroller GmbH & Co. KG
XML Tags and Attributes
Meaning
but must never be bigger. The J-Link
BaseAddr
attribute:
to determine
Need help?
Do you have a question about the J-Link and is the answer not in the manual?
Questions and answers