当前位置:网站首页>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] grid division
- [yarn] CDP cluster yarn configuration capacity scheduler batch allocation
- When using lambda to pass parameters in a loop, the parameters are always the same value
- What does usart1 mean
- Codeforces Round #771 (Div. 2)
- 人脸识别 face_recognition
- 搞笑漫画:程序员的逻辑
- 【yarn】Yarn container 日志清理
- ImportError: libmysqlclient. so. 20: Cannot open shared object file: no such file or directory solution
- L2-001 emergency rescue (25 points)
猜你喜欢

Pytorch基础

Cookie setting three-day secret free login (run tutorial)

wangeditor富文本引用、表格使用问题

Word typesetting (subtotal)

Redis面试题

MySQL与c语言连接(vs2019版)

Solve the problem of installing failed building wheel for pilot

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

【yarn】Yarn container 日志清理

{一周总结}带你走进js知识的海洋
随机推荐
Heating data in data lake?
2019腾讯暑期实习生正式笔试
Mysql的索引实现之B树和B+树
使用LinkedHashMap实现一个LRU算法的缓存
ES6 let 和 const 命令
Vert. x: A simple login access demo (simple use of router)
mysql实现读写分离
MySQL and C language connection (vs2019 version)
Using LinkedHashMap to realize the caching of an LRU algorithm
QT creator test
[yarn] yarn container log cleaning
分布式事务的实现方案
Stage 4 MySQL database
使用lambda在循环中传参时,参数总为同一个值
5G工作原理详解(解释&图解)
L2-006 tree traversal (25 points)
encoderMapReduce 随手记
XML文件详解:XML是什么、XML配置文件、XML数据文件、XML文件解析教程
Request object and response object analysis
Funny cartoon: Programmer's logic