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

APP_TIMER and RTC1 Interrupt

SDK 14.2.

Application Timer Library

I had a question regarding the Application Timer library and the way it checks for timeout handlers. In the documentation, it says:

"Checking for time-outs and invoking the user time-out handlers is performed in the RTC1 interrupt handler."

How often does the RTC1 interrupt occur? What decides how often this RTC1 interrupt occurs? And if it occurs too often, would that not consume more power? If I have a prescaler of 255, does this mean the RTC1 interrupt would fire every 7812.5 μs and check for timeouts? 

Thanks.

Parents Reply Children
No Data
Related