This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

RTC get count, App Timer

Hi, I am trying to understand how can I have a running counter based on the low power 32.768 KHz oscilator that does not trigger any timeout interrupts (I am using the soft device). I am thinking there should be some way by which I can start the counter and then just get count ticks from somewhere else later in the code. I am trying to find a way I can do this using the app timer examples that I have seen in the forums but it seems all of them rely on an interrupt triggered after some timeout. It seems this should be possible as mentioned in the nRF51 reference manual. Any help would be appreciated.

Related