I use sdk 12.3.0 / nrf51822 / SD_130. I use app_timer library.
- 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)
- What happens when an interval that exceeds above allowable value is input to a timer ? I saw the system behave strangely.
thanks.