Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I2C 主设备是否可以与另一个 I2C 主设备通信?
谢谢
是的!只要指定它可以进行Multi Master 操作,那么它就可以与另一个Master 设备通信。有两个主设备需要执行的时钟同步过程。要了解它是如何工作的,请阅读此 PDF,第 4.3.1 节
Opencores 的 I2C FPGA 内核
是的,这是可能的。但是时钟同步是重要的部分。希望你通过上面给出的PDF。