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

Interrupt latency on nRF52

In the nRF52 specification, I cannot find figures for the interrupt latency for event on GPIO pins in different power mode OFF, ON (constant latency, Low Power).

Can you provide an overview or extend the specification ?

Thank you.

Parents
  • There is a similar case on the forum here: devzone.nordicsemi.com/.../ I suggest you take a look at that.

    To sum up:

    Wakeup time from system ON or system OFF are specified the Product Specification. This number does not include startup time for HFCLK, regulators and flash. In addition you will have latency in the cortex for entering the interrupt, see here.

    If constant latency mode is used, then the clock and regulators will be running. Then the startup time will be CPU startup time + flash startup time + interrupt latency. If constant latency mode is not used, then the startup time will vary depending on which resources is already running.

Reply
  • There is a similar case on the forum here: devzone.nordicsemi.com/.../ I suggest you take a look at that.

    To sum up:

    Wakeup time from system ON or system OFF are specified the Product Specification. This number does not include startup time for HFCLK, regulators and flash. In addition you will have latency in the cortex for entering the interrupt, see here.

    If constant latency mode is used, then the clock and regulators will be running. Then the startup time will be CPU startup time + flash startup time + interrupt latency. If constant latency mode is not used, then the startup time will vary depending on which resources is already running.

Children
No Data
Related