I'm using PPI to trigger a gpio high after a given delay from 4.00 ms to 8.00 ms. I need to be accurate up to .01 ms but i'm seeing some jitter in the actual delay vs given delay. Is there any way I can ensure I can be accurate to .01 ms?
I'm using PPI to trigger a gpio high after a given delay from 4.00 ms to 8.00 ms. I need to be accurate up to .01 ms but i'm seeing some jitter in the actual delay vs given delay. Is there any way I can ensure I can be accurate to .01 ms?
You can that anytime after enabling softdevice (SD) since you are coordinating well with SD by using its API. remember to release it before going to low power and request again on wakeup else your sleep current will be high.
You can that anytime after enabling softdevice (SD) since you are coordinating well with SD by using its API. remember to release it before going to low power and request again on wakeup else your sleep current will be high.