当前位置:网站首页>AMBA、AHB、APB、AXI的理解
AMBA、AHB、APB、AXI的理解
2022-07-06 12:01:00 【csdndulala】
- 背景知識
AHB(Advanced High-performance Bus), 高速總線,用來接高速外設的。APB (Advanced Peripheral Bus) 低速總線,用來接低速外設的。
https://zhuanlan.zhihu.com/p/157808097
AMBA、AHB、APB、AXI總線介紹及對比
https://zhuanlan.zhihu.com/p/161077476
- 個人理解 歡迎指正
AMBA是總線體系:包括AHB、APB、AXI
AHB比APB快速
AXI比AHB支持同時讀寫,功能更强大
因此 CPU和外設通過AXI連接,外設又可以通過X2P(AXI <->AHB)與AHB總線連接,其他外設也可以連接AHB,慢速外設通過H2P(AHB <->APB)與AHB總線連接

边栏推荐
- Word typesetting (subtotal)
- There are three iPhone se 2022 models in the Eurasian Economic Commission database
- ESP学习问题记录
- TypeScript
- STM32型号与Contex m对应关系
- 物联网系统框架学习
- Several declarations about pointers [C language]
- Detailed explanation of 5g working principle (explanation & illustration)
- 几个关于指针的声明【C语言】
- Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0
猜你喜欢
随机推荐
Cannot change version of project facet Dynamic Web Module to 2.3.
互联网协议详解
[CDH] modify the default port 7180 of cloudera manager in cdh/cdp environment
Dependency in dependencymanagement cannot be downloaded and red is reported
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
I2C总线时序详解
MATLAB学习和实战 随手记
C语言函数之可变参数原理:va_start、va_arg及va_end
RT-Thread API参考手册
MP3mini播放模块arduino<DFRobotDFPlayerMini.h>函数详解
Correspondence between STM32 model and contex M
Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries(XGBoost)
List and set
数据分析之缺失值填充(重点讲解多重插值法Miceforest)
Principle and implementation of MySQL master-slave replication
Détails du Protocole Internet
Vert. x: A simple TCP client and server demo
互聯網協議詳解
Come and walk into the JVM
Pytorch four commonly used optimizer tests









