Hello,
i am finding that after i call app_timer_cnt_get() there is a constant power drain.
I have an Ultrasonic sensor. the ECHO pin will fire 2 times into a GPIOTE pin handler. The first time i use app_timer_cnt_get() to get the Ticks on the RTC and then the second time it fires i call app_timer_cnt_get() again to get the Ticks and then diff to 2 times using app_timer_cnt_diff_compute.
But i am finding as soon as app_timer_cnt_get() gets called i get constant high consumption through the Nordic Power Profiler.
Any Help would be appreciated.
Regards,
David Hutchinson