soc(十四) arm的产品 版本2

2024-05-27 15:38
文章标签 soc 十四 产品 版本 arm

本文主要是介绍soc(十四) arm的产品 版本2,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

2021-6-23 09:41:17
https://developer.arm.com/ 的显示
http://infocenter.arm.com 被重定位到了 https://developer.arm.com/documentation/可以看出这里有8个类别,我们针对每个类别进行分析IP products
Tools and Software
Architectures
Solutions
Community
Support
Documentation
Downloads

在这里插入图片描述

文章目录

    • IP products
        • Processors
        • Graphics and Multimedia Processors
        • System IP
        • Physical IP
        • Security IP
        • Subsystem
    • Tools and Software
        • IP configuration tools
        • Open Source Software
        • Embedded
        • Server and HPC
        • Graphics and gaming
        • Development boards
        • Simulation models
        • Licensing
    • Architectures
        • CPU Architecture
        • Platform design
        • System architectures
        • Architecture security features
        • Instruction sets
        • Media architectures
        • Learn the Architecture
    • Solutions
        • AI and Machine Learning
        • Automotive
        • Graphics and gaming development
        • High Performance Computing
        • Infrastructure
        • Internet of Things
        • Operating Systems
        • Arm Research
    • Community
        • Forums
        • Groups
        • Blogs
        • Community help forum
    • Support
        • Open a Case
        • My Cases
        • Software licensing
        • Arm Security Updates
        • Training
        • Arm Design Reviews
        • Arm Glossary
        • Account FAQs
        • Support Hub FAQs
    • Documentation
    • Downloads

IP products

这里主要是一些处理器IP
Processors
// 可以看到这里没有按照armv5/armv6/armv7/armv8/armv9分类
// 而是 将armv6及以前的产品分为 		一类 Classic Processors
// 将armv6-m与armv7及其以后的分为		三类 A R M
// 并 根据近些年的发展趋势搞出来了 	三类 Neoverse/Machine Learning/SecurCore
Cortex-A	// 应用于手机等快销行业
Cortex-R	// 应用于工业控制,汽车等实时性要求高的行业
Cortex-M	// 应用于嵌入式领域
Classic ProcessorsARM7系列	// 已经不再被推荐使用ARM9系列	// 嵌入式领域ARM11系列 	// 嵌入式领域Neoverse		// 应用于 云平台/服务器
Machine Learning	// 异构soc,应用于AI
SecurCore			// 应用于智能卡(通过卡计费),嵌入式Architectures		// arm架构的熟悉教程指令集架构		// 有没有单独的手册ARM基础指令集 BASE ISAsA64A32T32ARM扩展指令集1DSPVFPARM扩展指令集2 SIMD ISAsSVE		// for ARMv8	// Arm Compute LibraryHelium	// for cortex-M // cortex-M55Neon	// for cortex-Acpu架构			// 对应 armv6 或 armv7cortex-A 的 参考手册指令集(对指令集架构的封装) // 在 armv6的参考手册中有对指令集的描述异常模型内存模型系统架构(除了cpu和安全)AMBAcoresightgicsmmu安全架构防御性执行技术 // armv8以上才支持隔离技术		// armv8以上才支持trustzone	// armv8以上才支持利用以上架构(cpu架构/系统架构/安全架构)封装的5种基础系统架构(BSA)服务器系统嵌入式A-profile汽车移动计算机器学习
Graphics and Multimedia Processors
Mali GPUs
Mali Camera
System IP
CoreLink Interconnect
CoreLink Memory Controllers
System Controllers
CoreSight Debug and Trace
System IP
Reference design
Physical IP
Embedded memory
POP IP core hardening
Interface
Logic
Artiscan EU
Usage reporting FAQ
Security IP
CryptoIsland
CryptoCell-300 family
CryptoCell-700 family
Cortex-M35P
TrustZone
Platform Security Architecture
Subsystem
Corstone
Corstone-101
Corstone-102
Corstone-201
Corstone-300
Corstone-500
Corstone-700

Tools and Software


IP configuration tools

Open Source Software
Architectural features
Firmware
Arm Platforms Software
Automotive
Developer Tools
Linaro
Linux Kernel
Embedded
Arm Development Studio
Arm Compiler
Mbed OS
Development boards
CMSIS
FuSa Run-Time System
Keil MDK
RTOS partners
Debug probes
Server and HPC

Graphics and gaming

Development boards

Simulation models

Licensing

Architectures


CPU Architecture
A-Profile
R-Profile
M-Profile
Debug, visibility and trace
Platform design
Automotive
Server systems
Embedded systems
Machine Learning
Mobile computing
System architectures

Architecture security features

Instruction sets
Base ISAs
Custom Instructions
DSP extensions
Floating point
SIMD ISAs
Media architectures

Learn the Architecture
A-Profile
R-Profile
M-Profile
System Architecture

Solutions


AI and Machine Learning
Automotive
Graphics and gaming development
High Performance Computing
Infrastructure
Internet of Things
Operating Systems
Arm Research

Community


Forums
Groups
Blogs
Community help forum

Support


Open a Case
My Cases
Software licensing
Arm Security Updates
Training
Arm Design Reviews
Arm Glossary
Account FAQs
Support Hub FAQs

Documentation

下载文档的地方

Downloads

下载产品的地方

这篇关于soc(十四) arm的产品 版本2的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1007890

相关文章

Ubuntu如何升级Python版本

《Ubuntu如何升级Python版本》Ubuntu22.04Docker中,安装Python3.11后,使用update-alternatives设置为默认版本,最后用python3-V验证... 目China编程录问题描述前提环境解决方法总结问题描述Ubuntu22.04系统自带python3.10,想升级

更改linux系统的默认Python版本方式

《更改linux系统的默认Python版本方式》通过删除原Python软链接并创建指向python3.6的新链接,可切换系统默认Python版本,需注意版本冲突、环境混乱及维护问题,建议使用pyenv... 目录更改系统的默认python版本软链接软链接的特点创建软链接的命令使用场景注意事项总结更改系统的默

Linux升级或者切换python版本实现方式

《Linux升级或者切换python版本实现方式》本文介绍在Ubuntu/Debian系统升级Python至3.11或更高版本的方法,通过查看版本列表并选择新版本进行全局修改,需注意自动与手动模式的选... 目录升级系统python版本 (适用于全局修改)对于Ubuntu/Debian系统安装后,验证Pyt

MySQL 升级到8.4版本的完整流程及操作方法

《MySQL升级到8.4版本的完整流程及操作方法》本文详细说明了MySQL升级至8.4的完整流程,涵盖升级前准备(备份、兼容性检查)、支持路径(原地、逻辑导出、复制)、关键变更(空间索引、保留关键字... 目录一、升级前准备 (3.1 Before You Begin)二、升级路径 (3.2 Upgrade

Nginx进行平滑升级的实战指南(不中断服务版本更新)

《Nginx进行平滑升级的实战指南(不中断服务版本更新)》Nginx的平滑升级(也称为热升级)是一种在不停止服务的情况下更新Nginx版本或添加模块的方法,这种升级方式确保了服务的高可用性,避免了因升... 目录一.下载并编译新版Nginx1.下载解压2.编译二.替换可执行文件,并平滑升级1.替换可执行文件

在macOS上安装jenv管理JDK版本的详细步骤

《在macOS上安装jenv管理JDK版本的详细步骤》jEnv是一个命令行工具,正如它的官网所宣称的那样,它是来让你忘记怎么配置JAVA_HOME环境变量的神队友,:本文主要介绍在macOS上安装... 目录前言安装 jenv添加 JDK 版本到 jenv切换 JDK 版本总结前言China编程在开发 Java

k8s上运行的mysql、mariadb数据库的备份记录(支持x86和arm两种架构)

《k8s上运行的mysql、mariadb数据库的备份记录(支持x86和arm两种架构)》本文记录在K8s上运行的MySQL/MariaDB备份方案,通过工具容器执行mysqldump,结合定时任务实... 目录前言一、获取需要备份的数据库的信息二、备份步骤1.准备工作(X86)1.准备工作(arm)2.手

使用jenv工具管理多个JDK版本的方法步骤

《使用jenv工具管理多个JDK版本的方法步骤》jenv是一个开源的Java环境管理工具,旨在帮助开发者在同一台机器上轻松管理和切换多个Java版本,:本文主要介绍使用jenv工具管理多个JD... 目录一、jenv到底是干啥的?二、jenv的核心功能(一)管理多个Java版本(二)支持插件扩展(三)环境隔

MySQL版本问题导致项目无法启动问题的解决方案

《MySQL版本问题导致项目无法启动问题的解决方案》本文记录了一次因MySQL版本不一致导致项目启动失败的经历,详细解析了连接错误的原因,并提供了两种解决方案:调整连接字符串禁用SSL或统一MySQL... 目录本地项目启动报错报错原因:解决方案第一个:第二种:容器启动mysql的坑两种修改时区的方法:本地

conda安装GPU版pytorch默认却是cpu版本

《conda安装GPU版pytorch默认却是cpu版本》本文主要介绍了遇到Conda安装PyTorchGPU版本却默认安装CPU的问题,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的... 目录一、问题描述二、网上解决方案罗列【此节为反面方案罗列!!!】三、发现的根本原因[独家]3.1 p