Tool/software:
Hello TI team,
we'd like to know how much time an IPC between two cores is supposed to take.
Example: we have CPU1 call IPC_sendCommand() using IPC_CPU1_L_CPU3_R_CH0 with IPC_FLAG0 so that it triggers an IPC ISR in CPU3.
Using GPIO for profiling we see that the amount of time between first core sending the IPC command and third core entering the ISR is 400 ns.
Is it the best we can get or is there something we are getting wrong?
Regards, Dmitri