Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/CMSIS/docs/Zone/html/index.html')
-rw-r--r--Drivers/CMSIS/docs/Zone/html/index.html68
1 files changed, 26 insertions, 42 deletions
diff --git a/Drivers/CMSIS/docs/Zone/html/index.html b/Drivers/CMSIS/docs/Zone/html/index.html
index 1e1f3f7c9..8ae2b3535 100644
--- a/Drivers/CMSIS/docs/Zone/html/index.html
+++ b/Drivers/CMSIS/docs/Zone/html/index.html
@@ -32,7 +32,7 @@
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">CMSIS-Zone (Preview)
- &#160;<span id="projectnumber">Version 0.0.1</span>
+ &#160;<span id="projectnumber">Version 0.9.2</span>
</div>
<div id="projectbrief">System Resource Management</div>
</td>
@@ -110,60 +110,44 @@ $(document).ready(function(){initNavTree('index.html','');});
<div class="title">CMSIS-Zone (Preview) Documentation</div> </div>
</div><!--header-->
<div class="contents">
-<div class="textblock"><p>This is a preview of <b>CMSIS-Zone</b> which is scheduled for release in Q1'2018. The final release of CMSIS-Zone will provide:</p>
+<div class="textblock"><p><b>CMSIS-Zone</b> defines methods to describe system resources and to partition these resources into multiple projects and execution areas. The system resources may include multiple processors, memory areas, peripherals and related interrupts. The system resources and partition assignments are stored in <a class="el" href="zoneFormat.html">Zone Description Format</a> (XML based).</p>
+<p><b>CMSIS-Zone</b> includes a utility that manages these XML files. This utility:</p>
<ul>
-<li><a class="el" href="XML_Format.html">Zone Description Format</a> (XML based) which stores consistent system setup information.</li>
-<li>CMSIS-Zone configuration utility for system partitioning. The <a class="el" href="GenDataModel.html">data</a> captured can be exported to various project and configuration files using file templates.</li>
+<li>displays all available system resources including memory and peripherals</li>
+<li>allows to partition memory and assign resources to sub-systems.</li>
+<li>supports the setup of secure, non-secure, and MPU protected execution zones with assignment of memory, peripherals, and interrupts.</li>
+<li>provides a data model for generation of configuration files for tool and hardware setup.</li>
</ul>
-<p><b>CMSIS-Zone</b> defines methods to describe system resources and to partition these resources into multiple projects and execution areas. The system resources may include multiple processors, memory areas, and peripherals. The system resource and partitioning information is stored in <a class="el" href="XML_Format.html">Zone Description Format</a> (XML based).</p>
-<p><b>CMSIS-Zone</b> includes an interactive tool that manages files in the <a class="el" href="XML_Format.html">Zone Description Format</a> which allows to:</p>
-<ul>
-<li>create system resource information from existing CMSIS-SVD and CMSIS-Pack descriptions.</li>
-<li>partition system resources into various project zones.</li>
-<li>partition a project zone into multiple execution zones.</li>
-<li>generate various configuration files for tool set-up and hardware initialization.</li>
-</ul>
-<p>The following diagram explains the development flow when using the <b>CMSIS-Zone</b> management tool.</p>
+<p>The following diagram explains the development work flow when using the <b>CMSIS-Zone</b> management tool.</p>
<div class="image">
-<img src="DevelopmentFlow.png" alt="DevelopmentFlow.png"/>
+<img src="Partitioning_Workflow.png" alt="Partitioning_Workflow.png"/>
<div class="caption">
-CMSIS-Zone Development Flow</div></div>
-<p> The following sections explain:</p>
+CMSIS-Zone development workflow</div></div>
+<p> The CMSIS-Zone utility reads a <a class="el" href="zoneFormat.html#rzone">.rzone</a> file that defines the overall system resources of an SoC system. An interactive GUI supports the system partitioning. The assignments of the various partitions (also called zones) saved in the <a class="el" href="zoneFormat.html#azone">.azone</a> file.</p>
+<p>The combined information of resources and assignments can be exported to multiple <a class="el" href="zoneFormat.html#rzone">.rzone</a> files that represent a sub-system. By using file templates the CMSIS-Zone utility can create tool or hardware configuration files.</p>
+<p>It is possible to uses these steps multiple times which allows to split a complex SoC design with multiple processors into smaller sub-systems. For example a multi-core device can be partitioned in steps:</p>
<ul>
-<li><a class="el" href="XML_Format.html">Zone Description Format</a> (XML based) that stores system resource information and the configuration of project zones and execution zones.</li>
-<li><a class="el" href="GenDataModel.html">Generator Data Model</a> which is used to create tool set-up files and hardware configuration files.</li>
+<li>Step 1: split the multi-processor system into single processor sub-systems.</li>
+<li>Step 2: create the partitions for secure and non-secure execution.</li>
+<li>Step 3: configure MPU protected execution zones.</li>
</ul>
-<h1><a class="anchor" id="UseCases"></a>
-CMSIS-Zone Use Cases</h1>
-<p><b>CMSIS-Zone</b> simplifies to manage the complexity and the configuration of modern embedded systems that frequently include multiple processors and/or memory protection hardware. It helps to split the embedded application various projects which creates the need to partition system resources. And it simplifies the consistent configuration of access rights across the system, for example when using an MPU (memory protection unit).</p>
-<p>The following section describes several uses cases that benefit from <b>CMSIS-Zone</b>.</p>
-<h2><a class="anchor" id="UseCase_MPU"></a>
-MPU Protection</h2>
-<p>Focused on a single core microcontroller one might want to utilize the memory protection unit (MPU) capabilities to segregate parts of an application. Thus the need to partition the system resources accordingly arises.</p>
-<div class="image">
-<img src="mpu.png" alt="mpu.png"/>
-<div class="caption">
-MPU Protection</div></div>
- <h2><a class="anchor" id="UseCase_TrustZone"></a>
-TrustZone Partitioning</h2>
-<p>TrustZone extensions add another degree of segregation which must be handled consistently. In this case one has to handle MPU settings per security context and SAU configuration.</p>
+<p>The following SoC diagram exemplifies step 1 and step 2 of this workflow.</p>
<div class="image">
-<img src="trustzone.png" alt="trustzone.png"/>
+<img src="Partitioning_Hardware.png" alt="Partitioning_Hardware.png"/>
<div class="caption">
-TrustZone Partitioning and MPU Protection</div></div>
- <h2><a class="anchor" id="UseCase_MultiCore"></a>
-Multi-Core Partitioning</h2>
-<p>Beside traditional single cores asymetric and hybrid multi-core devices contribute to increasing development complexity for embedded systems. Having multiple cores running different parts of an application concurrently needs a well defined resource assignment to prevent undesired misbehaviour.</p>
-<div class="image">
-<img src="multicore.png" alt="multicore.png"/>
-<div class="caption">
-Multi-Core Partitioning</div></div>
+Hardware partitioning in multiple steps</div></div>
+<p>The following sections explain:</p>
+<ul>
+<li><a class="el" href="zoneToolUsage.html">CMSIS-Zone Utility</a> shows hot to use the CMSIS-Zone stand-alone tool to generate the relevant project information to be used in integrated development environments (IDEs).</li>
+<li><a class="el" href="zoneFormat.html">Zone Description Format</a> (XML based) that stores system resource information and the configuration of project zones and execution zones.</li>
+<li><a class="el" href="GenDataModel.html">Generator Data Model</a> which is used to create tool set-up files and hardware configuration files. </li>
+</ul>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
- <li class="footer">Generated on Wed Aug 1 2018 17:12:47 for CMSIS-Zone (Preview) by Arm Ltd. All rights reserved.
+ <li class="footer">Generated on Wed Jul 10 2019 15:21:06 for CMSIS-Zone (Preview) Version 0.9.2 by Arm Ltd. All rights reserved.
<!--
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6