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

NRF9160 Low Power Edge interrupt

Dear All,

We are currently developing a low power application for the nRF9160, with ncs zephyr version 1.2.0.
For our application we want to trigger an interrupt on both the rising and falling edge. We use the GPIO_INT, GPIO_INT_EDGE, GPIO_INT_DOUBLE_EDGE flags for this. However, the edge interrupt increases the power consumption with ~45 microA. For the full application we aim to achieve a power consumption of ~15 microA.

Is there a way to implement an interrupt on edge in low power in v1.2.0? If not, is this possible in a later version?

Kind regards,
Maaike

Related