Hello,
Data exchange between CPU1 and CPU2 of F2838xD can be done either by using message RAMs, or by using one of the global shared RAMs. My question is: which approach provides faster data access (read/write) to the owner CPU and the remote CPU? In other words, which communication mechanism has less overhead and access time?
I know that the message RAM has the additional advantage of setting IPC flags and interrupts, but I am not interested in that as I will be implementing the data synchronization manually.
Thank you,
Alex