Dear Nordic :
I am developing power meter based on NRF52832/SDK13.1.
I need a 20ms timer to retrieve data from sensor.
I notice that,if i set the timer in repeat mode, the consumption is acceptable. But in single-shot mode, there will add more than 400uA current.
The difference is just between single-shot and repeat,without any more code be changed.
I find other people has similar question about app_timer consumption.
Please give me your comments.