This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to achieve low interrupt latency from sleep ?

Hello, i'm using a nRF52840 on a PCA10056 and want to wake up from __WFE() with a minimum delay. When i'm using the debugger, i achieve a low latency but without the debugger, the latency is increased by ~14us. What should i do for achieving the same low latency with or without debugger ?

Related