当前位置:网站首页>Correspondence between STM32 model and contex M
Correspondence between STM32 model and contex M
2022-07-06 11:49:00 【Forgotten world】
Cortex-M kernel M0,M0+,M3,M4,M7 The difference between

Picture from www.stmcu.com.cn
high-performance High performance
Mainstream Main stream
Ultra-low-power low power consumption
Knowledge subsidies :
The reason ARM The company will Cortex-M Divided into so many series , Mainly for different application fields ; Here is a detailed introduction :
Cortex-M It is divided into :M0,M0+,M3,M4,M7
M0,M0+: Basic version , It can be seen from the picture that , There is too much foundation , So we can't produce high-performance STM32 The single chip computer of ;
M3: At present, the most mainstream design kernel selection , Wide application ;
M4: Compare M3 In terms of kernel ,M4 The processor adds DSP The data of ( It can be regarded as floating point number ) Instructions to process ; Let's focus on it : about CPU( No SOC) Come on , It is troublesome to operate on floating-point data , When selecting the model , For example, when the application field requires a large number of floating-point data operations , Then choose M4 The kernel of ,M4 It will greatly improve the processor performance and computing speed , If there is not much floating-point data to be processed , You can directly choose M3 The kernel processor ; For example, when the project is a balance car or balancer M4 better ;
M7: Good performance and high power consumption , Suitable for projects pursuing extreme performance ;
It can be said that : The greater the number , The higher the performance ;
边栏推荐
- [Blue Bridge Cup 2017 preliminary] buns make up
- 【yarn】CDP集群 Yarn配置capacity调度器批量分配
- 【Flink】CDH/CDP Flink on Yarn 日志配置
- [Bluebridge cup 2021 preliminary] weight weighing
- jS数组+数组方法重构
- 2019 Tencent summer intern formal written examination
- vs2019 第一个MFC应用程序
- Reading BMP file with C language
- How to configure flymcu (STM32 serial port download software) is shown in super detail
- double转int精度丢失问题
猜你喜欢

Integration test practice (1) theoretical basis

小L的试卷

FTP文件上传文件实现,定时扫描文件夹上传指定格式文件文件到服务器,C语言实现FTP文件上传详解及代码案例实现

Vs2019 first MFC Application

【yarn】Yarn container 日志清理

double转int精度丢失问题

Vs2019 use wizard to generate an MFC Application

error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead

第4阶段 Mysql数据库

UDS learning notes on fault codes (0x19 and 0x14 services)
随机推荐
2019腾讯暑期实习生正式笔试
MongoDB
[NPUCTF2020]ReadlezPHP
DICOM: Overview
L2-007 家庭房产 (25 分)
【yarn】CDP集群 Yarn配置capacity调度器批量分配
ES6 Promise 对象
Detailed explanation of nodejs
Password free login of distributed nodes
Linux yum安装MySQL
PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt
[MRCTF2020]套娃
Solve the problem of installing failed building wheel for pilot
【Flink】CDH/CDP Flink on Yarn 日志配置
AcWing 242. A simple integer problem (tree array + difference)
How to configure flymcu (STM32 serial port download software) is shown in super detail
Pytoch Foundation
MySQL数据库面试题
{一周总结}带你走进js知识的海洋
[Blue Bridge Cup 2017 preliminary] grid division