From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/SVD/html/index.html | 169 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 docs/SVD/html/index.html (limited to 'docs/SVD/html/index.html') diff --git a/docs/SVD/html/index.html b/docs/SVD/html/index.html new file mode 100644 index 0000000..8792ca9 --- /dev/null +++ b/docs/SVD/html/index.html @@ -0,0 +1,169 @@ + + + + + +System View Description +CMSIS-SVD: System View Description + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-SVD +  Version 1.3.3 +
+
CMSIS System View Description
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
System View Description
+
+
+

Introduction

+

The CMSIS System View Description format(CMSIS-SVD) formalizes the description of the system contained in Arm Cortex-M processor-based microcontrollers, in particular, the memory mapped registers of peripherals. The detail contained in system view descriptions is comparable to the data in device reference manuals. The information ranges from high level functional descriptions of a peripheral all the way down to the definition and purpose of an individual bit field in a memory mapped register.

+

CMSIS-SVD files are developed and maintained by silicon vendors. Silicon vendors distribute their descriptions as part of CMSIS Device Family Packs. Tool vendors use CMSIS-SVD files for providing device-specific debug views of peripherals in their debugger. Last but not least, CMSIS-compliant device header files are generated from CMSIS-SVD files.

+

CMSIS-SVD Benefits

+
    +
  • For Software Developers:
      +
    • Consistency between device header file and what is being displayed by the debugger.
    • +
    • Detailed information about peripherals, registers, fields, and bit values as well as named interrupts from within the debugger, without the need to reference device documentation.
    • +
    • Convenient access to new and updated descriptions as part of the silicon vendor's CMSIS Device Family Packs as the packs are made availabl by silicon vendors.
    • +
    • Improved software development efficiency.
    • +
    +
  • +
  • For Silicon Vendors:
      +
    • A tool vendor independent file format enables early device support by a wide range of toolchains with limited effort.
    • +
    • The XML-based format helps ease the integration into in-house design flows.
    • +
    • Automated generation of CMSIS compliant device header files.
    • +
    • Full control throughout the life cycle of the CMSIS-SVD files from creation to maintenance.
    • +
    +
  • +
  • For Tool Vendors:
      +
    • Unified file format across silicon vendors helps the efficiency of supporting a wide range of devices in a timely manner.
    • +
    • Silicon vendors can provide early review access to the device support via restricted access to CMSIS Device Family Packs.
    • +
    • Updated descriptions are available over the web simplifying the maintenance of device support.
    • +
    +
  • +
+

Language Specification and Conventions

+ +

CMSIS-SVD in ARM::CMSIS Pack

+

The following files relevant to CMSIS-SVD are present in the ARM::CMSIS Pack directories:

+ + + + + + + +
File/Folder Content
CMSIS\Documentation\SVD This documentation
CMSIS\Utilities Exemplary SVD file (ARM_Example.svd) and generated header file (ARM_Example.h).
+

 

+
+
+
+ + + + -- cgit