Hi all, in my project I have a input pin and out pin whenever pulse is raised on input pin I need to set out pin exactly after 8.3ms.
For these I'm using ppi by configuring input pin response to ppi channel1 event and timer1 start to ppi channel1 task and I set timer1 CC[0] a value corresponding to 8.3ms . And I take another ppi channel, timer1 CC[0] compare evt is added to ppi channel2 evt and out pin set task added to ppi channel2 task.
but I didn't get delay exactly 8.3ms due to propagation delay of ppi channel1 and channle2
So now I need to set the delay for 8.3ms-(propagation delay of ppi channel1+channel2)
I studied nRF51 data sheet and reference manual but I didn't find the prorogation delay for ppi task response, can any one tell me the prorogation delay for ppi task responce and I'm not using any power saving.
Thanks in advance