I'm using nrf52810, which have very high power consumption at sleep mode(~600uA),i need to reduce it.
i need RTC wake up at every 15 minutes interval.
I'm using nrf52810, which have very high power consumption at sleep mode(~600uA),i need to reduce it.
i need RTC wake up at every 15 minutes interval.
Yes i tried after don't int UART...so no difference, but when i use this function(// nrfx_uarte_uninit();) just before sleep so the current consumption is increase(upto 2.5mA)...
To narrow down the problem, please comment out both uart_init();, log_init();, and the nrf_gpio_* calls.
i check after comment these function uart_init();, log_init(); and all nrf_gpio_pin_set/clear();, but after that the current consumption is increase to 3mA.
Are you using the default regulator settings, and did you make sure to exit debug mode before measuring?