Hello,
I'm using an NRF52 DK board.
I noticed that when I change P0.27 from the default (input / not connected to input buffer) to being an input pin connected to the input buffer, the current draw increases by ~60uA:
```
nrf_gpio_cfg_input(27, NRF_GPIO_PIN_NOPULL);
```
If I comment out that line above, the current drops back by ~60uA....
I'm also using P0.8 and P0.28-P0.31 as inputs, but not seeing the problem with those pins.
What could be the problem?
Note (probably not relevant, but mentioning for completeness):
I've shorted SB-4 and SB-3 and cut SB-1 and SB-2 and am using the internal RC oscillator for LF clock.