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

nRF52 wakeup time

Hi,

what is the typical or max wake up time of the nRF52 from the RTC or GPIOTE irq (when configured as sense for low level input)?

In my setup, I see a wakeup time of ~13usec from the moment that the nRF52 current consumption is increasing, till the time the RTC irq handler is running.

RTC is running from an external crystal.

Normally I would expect the following wakeup delays till the start of RTC irq handler:

tSTART_HFINT Startup time: 3us

tIDLE2CPU Time from IDLE to CPU execute: 3us

What is the reason that I see 13us and not 6us till the RTC handler starts to execute code?

The wakup time from an external GPIO sense low event that I measure is ~16us.

Regards

Thanassis

Related