3

Is it possible for an I2C master device to communicate with another I2C master device ?

Thanks

2 Answers2

5

Yes! As long as it specifies that it can do Multi Master operation, then it can communicate with another Master device. There is a clock synchronization procedure that two masters need to perform. To see how that works, read this PDF, section 4.3.1

I2C FPGA Core from Opencores

Russell
  • 3,384
  • 4
  • 31
  • 45
1

Yes it's possible.. But clock synchronization is important part. Hope u go through above given PDF.

YMJ
  • 154
  • 1
  • 2
  • 7