本文介绍了手臂架构的不同之处的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有很多版本的ARM可用,比如ARMv1到ARMv6。

这些版本的实际差异是什么。这些版本的指令集差别很大?我在我的一个开发板中使用ARM 1176,因此这个1176所属的架构版本(v1或v5)。



我不清楚ARM约定,有些人在谈论Cortex-M4或M5。

什么是皮层以及它与手臂或手臂架构版本的关系。是否有人/公司可以使用ARM架构来开发他们的微控制器/微处理器?

arm架构是开源的吗?我问这个是因为,我无法看到基于power pc的处理器的指令集参考或手册。但是对于很多东西都可以广泛使用(手册,教程,数据表)?

有人可以澄清吗?

There are lot of versions of ARM available,like ARMv1 to ARMv6.
What is the actual differences in these versions.Is instruction set widely varies between these versions?. I am using ARM 1176 in one of my development boards, so which architecture version this 1176 belongs to(v1 or v5).

I am not clear with the ARM conventions, some people are talking about Cortex-M4 or M5.
What is cortex and how it is related to arm or the arm architecture versions. Is any one/company can use ARM architecture to develop their micro-controllers/microprocessors?
Is arm architecture is a open source? I am asking this because , I am not able to see the instructions set references or manuals for power pc based processors. But for arm lot of things are extensively available(manuals, tutorials,datasheets)?
Could someone please clarify?

推荐答案


这篇关于手臂架构的不同之处的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 06:58