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

s110 and max value of app timer

Hi,

What is the largest possible value of "MAX_VAL" for application timer given below:

"#define APP_TIMER_PRESCALER 0"

"#define M_DELAY APP_TIMER_TICKS(MAX_VAL, APP_TIMER_PRESCALER)"

Is it 32 bit value?

Related