Hello everyone,
We did some benchmarks on Notify for its two modes : Loopback (CoreA notifies itself) and normal (CoreA notifies CoreB)
We measure the time taken to do a NotifySendEvent.
We noticed an average of 500 cycles between a NotifySendEvent to itself and a NotifySendEvent to another core.
My question is : what are the internal differences between the two modes that explain this performance difference ?
Does NotifySendEvent in loopback mode bypass the IPCGR registers ?
Thank you
Clément