CMSIS-Zone (Preview)  Version 0.0.1
System Resource Management
 All Files Pages
/capture element

The capture element can be used to specify linker symbol patterns to be placed into the enclosing memory assignment.

Example

<zones>
<pzone name="App" Dname="ARM32CM4128x" Pname="Cortex-M4">
<assign name="SHARED" as="SRAM" access="rwu">
<capture symbol=".bss.shared"/>
<capture symbol=".data.shared"/>
:
</assign>
:
</pzone>
:
</zones>

Schema Description

Parent Element Element Chain
assign /assign element
Attributes Description Type Use
cunit Pattern selecting the compilation unit(s) to be placed into this assignment. xs:string optional
symbol Pattern selecting the symbols to be placed into this assignment. xs:string optional
Child Elements Description Type Occurrence
complexType 0..*