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

App timer prescaler

I know this should be simple, but the prescaler is confusing me...

If I initialize my timers with a prescaler of 0, APP_TIMER_INIT(0, ...)

Then the max timer I can have is 512 seconds?

What if I do: app_timer_start(timer_id, 58982400, NULL)? Will that give me a 30 minute timer or not?

Thanks.

Related