Hi,
Recently I upgraded to nRF Connect SDK 2.6.1 and I was required to enable the GPIOTE in order to build properly. Doing this has significantly increased (nearly doubled) the total current consumption at runtime. How can I disable this peripheral now? I am unable to do so now using the overlay file.
Old:
&gpiote { status = "disabled"; };
&gpiote { status = "okay"; };
Thank you,