NRF52832 Proper way to configure GPIO interrupts in NRF Connect

Hi all,

NRF52832
NRF Connect 2.6.0

We need to configure interrupts on a GPIO on both edges. There are several topics recommending to use GPIO_INT_TRIG_BOTH instead of GPIO_INT_EDGE_BOTH for power savings.

As discussed in the following topic this triggers an assert in Zephyr GPIO:

 RE: reducing current consumption of nrf5340 GPIO interrupts configured for edge triggering 

However, after actually measuring the power consumption, I can't see any difference between the two options. Is the recommendation still valid for NRF52832 with the latest NRF Connect?

Cheers

Related