Hi All,
I'm trying to understand the I2C concepts.
Have gone through documents in Wiki and others.
It's an 2-wire bus for the serial transfer / receive the data.
Can also operate as multi-master mode.
My doubt is in this operation.
Let's say:
I2C bus with M1 - Master 1 , M2 - Master 2 . S1 - Slave 1.
If two master's M1,M2 trying to send 1 byte data to same slave S1 over the I2C bus ?
Assume that both M1 , M2 start at the same time to send the data.
which master M1 or M2 will send successfully the data first to Slave S1 ?
thanks in advance.
I'm trying to understand the I2C concepts.
Have gone through documents in Wiki and others.
It's an 2-wire bus for the serial transfer / receive the data.
Can also operate as multi-master mode.
My doubt is in this operation.
Let's say:
I2C bus with M1 - Master 1 , M2 - Master 2 . S1 - Slave 1.
If two master's M1,M2 trying to send 1 byte data to same slave S1 over the I2C bus ?
Assume that both M1 , M2 start at the same time to send the data.
which master M1 or M2 will send successfully the data first to Slave S1 ?
thanks in advance.