I have a quick question about I2C multi master communication.
The User Manual for MSP430x5xx/MSP430x6xx Family says the following:
Arbitration is not allowed between:
- • A repeated START condition and a data bit
- • A STOP condition and a data bit
- • A repeated START condition and a STOP condition
What exactly does this mean?
Is this saying that when there is a repeated START condition, another master trying to transmit cannot, until the stop condition is sent.
Or is it conveying something more/something else.