当前位置:网站首页>ARM v7的体系结构A、R、M区别,分别应用在什么领域?
ARM v7的体系结构A、R、M区别,分别应用在什么领域?
2022-07-01 08:31:00 【匠在江湖】
ARM v7的体系结构可以分为 A, R, M 三种版本(款式)
Contex-A系列面向密集型系统的应用处理器内核。顶级主控,在手机,平板,GPS普遍应用,移动设备芯片90%都是使用arm。与arm9和arm11相对应,都是可以跑操作系统系统的如linux等。
Contex-R系列面向实时应用的高性能内核。主要应用于对实时性较高的场合,如硬盘控制器、车载控制产品等。
Contex-M系列面向各类嵌入式应用的微控制器内核(相当于高级单片机)。主要应用工业、消费领域。与arm7相似,不能跑大操作系统(只能跑类似uCos2实时操作系统)。
边栏推荐
- Stack implementation calculator
- leetcode T31:下一排列
- Leetcode t29: divide two numbers
- Review of week 280 of leetcode
- 1.jetson与摄像头的对接
- V79.01 Hongmeng kernel source code analysis (user mode locking) | how to use the fast lock futex (Part 1) | hundreds of blogs analyze the openharmony source code
- 性能提升2-3倍!百度智能云第二代昆仑芯服务器上线
- 你了解数据是如何存储的吗?(C整型和浮点型两类)
- 【华为机试真题详解】判断字符串子序列【2022 Q1 Q2 | 200分】
- Agrometeorological environment monitoring system
猜你喜欢
随机推荐
[untitled]
Advanced API
Maneuvering target tracking -- current statistical model (CS model) extended Kalman filter / unscented Kalman filter matlab implementation
The use of word in graduation thesis
Suivi des cibles de manoeuvre - - mise en oeuvre du modèle statistique actuel (modèle CS) filtre Kalman étendu / filtre Kalman sans trace par MATLAB
Introduction to R language
"Analysis of 43 cases of MATLAB neural network": Chapter 30 design of combined classifier based on random forest idea - breast cancer diagnosis
基于Gazebo的无人机管道检测
Leetcode t34: find the first and last positions of elements in a sorted array
MATLAB【函数和图像】
Introduction to 18mnmo4-5 steel plate executive standard and delivery status of 18mnmo4-5 steel plate, European standard steel plate 18mnmo4-5 fixed rolling
Share 7 books I read in the first half of 2022
Advanced C language pointer (Part 2)
Audio audiorecord create (I)
Yolov5进阶之六目标追踪环境搭建
factory type_id::create过程解析
Yolov5 advanced 7 target tracking latest environment setup
《单片机原理及应用》—定时器、串行通信和中断系统
[Yu Yue education] Shandong Vocational College talking about railway reference materials
Thread safety analysis of [concurrent programming JUC] variables