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

The resources element groups physical memory and peripheral definitions.

Example

<resources>
<memory>
<!-- 512KB SRAM integrated on the SoC -->
<region name="SRAM" size="0x80000" access="rwx" info="Internal SRAM (512KB)"/>
:
</memory>
<peripherals>
<peripheral name="ADC0" size="0x1000" access="rw" info="Analog/Digital Converter 0 (12-bit)"/>
:
</peripherals>
</resources>

Schema Description

Parent Element Element Chain
system /system element
device /device element
processor /processor element
Child Elements Description Type Occurrence
/memory element Group with all memory region definitions. complexType 0..1
/peripherals element Group with all peripheral definitions. complexType 0..1