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

rtc and app_timer

Hi,

Is it possible to use RTC for timekeeping along with app_timer functionality? For example, I want to use simple RTC counter register and overflow interrupt to provide time tracking, but also need the app_timers. The second timer is used for low power pwm library.

Parents Reply
  • Hi, I know, the question is old, but I'm struggling with the same problem, but use the ANT+ softdevice. You say it is possible to use app_timer and look for overflows. That is _exactly_ what I would like to do, but: it seems, app_timer has a hard coded interrupt (not weak, so I cannot override it). It also does not make use of the RTC HAL or driver, but directly programs the registers. How am I supposed to hook into the overflow event?

Children
Related