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?
- 2 masters in multi-master mode (if the answer is yes to my first question)
- A master-slave and an interrupt line
Thanks in advance for any kind of help.