This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have 2 MSP430 connected to each other via I2C. Is it possible to exchange messages between them when they are both masters in multi-master mode?
I suspect that multi-master is used to arbitrate a concurrent access from 2 masters to a slave but not for the exchange of data between masters.
I have an interrupt line from the second MSP to the first one. So it would be possible to use the second MSP as a slave an the first as a master.
Which alternative is simpler?
Thanks in advance for any kind of help.
In the I²C protocol, the master sends the device address, and the slave receives the device address, so it is not possible for two masters (or two slaves) to communicate with each other.
You could either
**Attention** This is a public forum