当前位置:网站首页>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總線連接
边栏推荐
- Pytorch-温度预测
- [Flink] Flink learning
- Reno7 60W超级闪充充电架构
- Detailed explanation of Union [C language]
- Composition des mots (sous - total)
- Dependency in dependencymanagement cannot be downloaded and red is reported
- Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries(XGBoost)
- 机器学习--线性回归(sklearn)
- Stage 4 MySQL database
- encoderMapReduce 随手记
猜你喜欢
随机推荐
Vert. x: A simple TCP client and server demo
C语言,log打印文件名、函数名、行号、日期时间
Internet protocol details
Wangeditor rich text reference and table usage
Missing value filling in data analysis (focus on multiple interpolation method, miseforest)
C语言函数之可变参数原理:va_start、va_arg及va_end
机器学习--线性回归(sklearn)
RT-Thread 线程的时间片轮询调度
4、安装部署Spark(Spark on Yarn模式)
arduino获取数组的长度
Contiki source code + principle + function + programming + transplantation + drive + network (turn)
Time slice polling scheduling of RT thread threads
[mrctf2020] dolls
MongoDB
Linux Yum install MySQL
Linux yum安装MySQL
MySQL realizes read-write separation
Password free login of distributed nodes
Reno7 60W超级闪充充电架构
Mysql的索引实现之B树和B+树