Files
eb001/doc/spec/SPI.md
2026-07-28 17:28:49 +08:00

20 lines
675 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SPI特性
## 同步采样SPI/QSPI
同步采样SPI通过使用系统驱动的时钟将输入的spi/QSPI信号全部当作异步数据信号通过观测CSN以及其余信号和SCK的关系采样SPI/QSPI的输入并给出输出
使用这种方法允许的QSPI传输速度会受到限制使用慢模式时允许的SCK速率为无穷小到1/2主时钟频率当使用快模式时允许的SCK速度为1/2主时钟频率到1倍主时钟频率
## 异步采样SPI/QSPI
异步采样设计的SPI/QSPI端直接使用SCK作为敏感源因此允许更高的传输速度但是SPI数据测和主时钟域需要精确地进行跨时钟域处理