CMSIS Version 5.9.0 Introduction
CMSIS Components
CMSIS-... | Target Processors | Description |
---|---|---|
Core(M) | All Cortex-M, SecurCore | Standardized API for the Cortex-M processor core and peripherals. Includes intrinsic functions for Cortex-M4/M7/M33/M35P SIMD instructions. |
Core(A) | Cortex-A5/A7/A9 | Standardized API and basic run-time system for the Cortex-A5/A7/A9 processor core and peripherals. |
Driver | All Cortex | Generic peripheral driver interfaces for middleware. Connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. |
DSP | All Cortex-M | DSP library collection with over 60 functions for various data types: fixed-point (fractional q7, q15, q31) and single precision floating-point (32-bit). Implementations optimized for the SIMD instruction set are available for Cortex-M4/M7/M33/M35P. |
NN | All Cortex-M | Collection of efficient neural network kernels developed to maximize the performance and minimize the memory footprint on Cortex-M processor cores. |
RTOS v1 | Cortex-M0/M0+/M3/M4/M7 | Common API for real-time operating systems along with a reference implementation based on RTX. It enables software components that can work across multiple RTOS systems. |
RTOS v2 | All Cortex-M, Cortex-A5/A7/A9 | Extends CMSIS-RTOS v1 with Armv8-M support, dynamic object creation, provisions for multi-core systems, binary compatible interface. |
Pack | All Cortex-M, SecurCore, Cortex-A5/A7/A9 | Describes a delivery mechanism for software components, device parameters, and evaluation board support. It simplifies software re-use and product life-cycle management (PLM). Is part of the Open CMSIS Pack project. |
Build | All Cortex-M, SecurCore, Cortex-A5/A7/A9 | A set of tools, software frameworks, and work flows that improve productivity, for example with Continuous Integration (CI). Is replaced with the CMSIS-Toolbox. |
SVD | All Cortex-M, SecurCore | Peripheral description of a device that can be used to create peripheral awareness in debuggers or CMSIS-Core header files. |
DAP | All Cortex | Firmware for a debug unit that interfaces to the CoreSight Debug Access Port. |
Zone | All Cortex-M | Defines methods to describe system resources and to partition these resources into multiple projects and execution areas. |
FreeRTOS:CMSIS_V1与CMSIS_V2区别_freertos v1和v2-优快云博客
CMSIS-RTOS2 文档翻译 之 简介 - STM32团队 ST意法半导体中文论坛
CMSIS-RTOS V2学习笔记 - STM32团队 ST意法半导体中文论坛
5. FreeRTOS的启动流程 — [野火]STM32MP1-FreeRTOS应用开发实战指南——基于STM32MP157开发板 文档