I'm working on a design featuring two different MCUs. I'm looking to use the nRF52840 as one of them. I need both processors to be able to send each other messages and ideally interrupt each other.
I was thinking of using Multimaster I2C. Is this supported on the nRF52840? Is there some other way to establish a bidirectional communication channel other than two separate I2C buses?
Thanks