arm - CMSIS标准和库

 

CMSIS:Cortex Microcontroller Software Interface Standard

微控制器软件接口标准

 

是 Cortex-M 处理器系列的与供应商无关的硬件抽象层的标准和实现。提高 微控制器软件(比如RTOS) 在各个供应商 微处理器之间迁移的 复用率。

 

CMSIS enables consistent device support and simple software interfaces to the processor and its peripherals,

simplifying software reuse, reducing the learning curve for microcontroller developers, and reducing the time to market for new devices.

 

官网

https://www.arm.com/technologies/cmsis

 

 

文档

https://arm-software.github.io/CMSIS_5/General/html/index.html

 

代码实现

https://github.com/ARM-software/CMSIS_5/

 

posted @ 2022-02-12 19:28  张志伟122  阅读(277)  评论(0编辑  收藏  举报