From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Zone/html/fm_system.html | 147 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/Zone/html/fm_system.html (limited to 'docs/Zone/html/fm_system.html') diff --git a/docs/Zone/html/fm_system.html b/docs/Zone/html/fm_system.html new file mode 100644 index 0000000..b9c853b --- /dev/null +++ b/docs/Zone/html/fm_system.html @@ -0,0 +1,147 @@ + + + + + +system element +CMSIS-Zone (Preview): system element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
system element
+
+
+

The system element provides the memory layout and the TrustZone configuration of the complete system. This information can be used for example, to create a linker script that defines the memory setup of the SoC system.

+ + + + + + + + + + + + + + + + + +
Child Elements Description Type
.processor A sequence of all processor elements available in the system resource file. sequence
.memory A sequence of all memory regions available in the system resource file. sequence
.peripheral A sequence of all peripherals available in the system resource file. sequence
.sau A sequence of all SAU regions for initialization. sequence
.interrupt A sequence of all interrupt sources available. sequence
.mpc_setup Contains the device specific configuration registers for the setup of the Memory Protection Controller (MPC). sequence
.reg_setup Contains the device specific configuration registers for the setup of the peripherals. sequence
+
+
+ + + + -- cgit