I am using saadc to periodically sample a voltage (per about 12 seconds). The voltage cannot be shutdown and always is a value neigher zero nor VDD (1.25v, 2.5v, 1.0v, etc.). During the no sampling time, how to change the pin configuration to keep the whole system in the lowest power consumption? I have tried to set the pin to GPIO input (without pullup/pulldown register) and give it its default state by the call driver API nrf_gpio_cfg_default(). Both the 2 methods have no effect to reduce the current consumption.
I am using SDK11 and S132 (2.0.0). And the hardware platform is nrf52832.
Is there any suggestion to sovle this problem?