Tool/software:
Hello,
I want to make multi core project that uses cpu1, cpu2 and CM cores. I looked at the sample codes but I couldn't see a project that used all 3 cores at the same time.
How can I sync all of the three cores?
I tried to synchronize 3 cores as follows, but I wasn't sure. because if I add delay between to lines there is a delay between cores. This suggested that there was a time delay, albeit small, between the cpu2 and cm.
IPC_sync(IPC_CPU1_L_CPU2_R, IPC_SYNC_CPU2);
IPC_sync(IPC_CPU1_L_CM_R, IPC_FLAG30);
I will appreciated for any resources that I can learn IPC and multi core usage.,,
Thanks.
