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/zTExamples.html | 154 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 docs/Zone/html/zTExamples.html (limited to 'docs/Zone/html/zTExamples.html') diff --git a/docs/Zone/html/zTExamples.html b/docs/Zone/html/zTExamples.html new file mode 100644 index 0000000..cffccb5 --- /dev/null +++ b/docs/Zone/html/zTExamples.html @@ -0,0 +1,154 @@ + + + + + +Examples +CMSIS-Zone (Preview): Examples + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Examples
+
+
+

The following projects are available in the CMSIS-Zone repository on GitHub: https://github.com/ARM-software/CMSIS-Zone/tree/master/Examples. These examples demonstrate the usage of the CMSIS-Zone utility.

+ + + + + + + + + +
Example Description
Arm Musca-A1 Musca project
NXP LPC55S69 Single processor Cortex-M33 project with TrustZone setup
STMicroelectronics STM32L5 Single processor Cortex-M33 project with TrustZone setup
+

+Import examples

+

Import the examples to Eclipse using the following flow:

+
    +
  • Go to File - Import and select General - Existing Projects into Workspace:
  • +
+
+import_from_file.png +
+

Click Next.

+

Browse to the root directory, for example "Examples\LPC55S69\Zone", and select the project that you want to import. The import projects window shows the available projects:

+
+import_projects.png +
+

Click Finish. The project is imported and opened in the Project Explorer.

+
+
+ + + + -- cgit