Hi there,
We plan to run two application on two cores, R0_0 and R1_0. The two applications needs to run a specific function one by one, and there will be a specific delay between to operations.
For example, App 0 on R0_0 run the operation at time 0, we want App 1 on R1_0 run the operation after 50us.
What's the best way to let core R1_0 knows when the App_0 run the operation on R0_0? so it will count 50us then run on R1_0.
thanks