Regarding current consumption when configuring interrupts.

Hello,

I am using the following device and development kit:

  • Device: NORA-B106-00B (nRF5340)
  • nRF Connect SDK: 2.0.2

When an interrupt is configured on the GPIO pin as shown below, the current consumption during sleep increases by 30 to 90 μA.

gpio_pin_configure_dt(&ms_intrtc, GPIO_INPUT);
gpio_pin_interrupt_configure_dt(&ms_intrtc,GPIO_INT_EDGE_TO_ACTIVE);

When no interrupt is configured, the current draw in sleep is around 5 μA. Is it expected for the current draw to increase this much when an interrupt is configured?

Best regards,

Parents Reply Children
No Data
Related