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

app_timer tick problem

I use sdk 12.3.0 / nrf51822 / SD_130. I use app_timer library.

  1. I want to know how to calculate the maximum allowed tick count when setting APP_TIMER_PRESCALER = 15 or other value.

#define WAKEUP_INTERVAL APP_TIMER_TICKS(???, APP_TIMER_PRESCALER)

  1. What happens when an interval that exceeds above allowable value is input to a timer ? I saw the system behave strangely.

thanks.

Related