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?
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?
But that bug mentioned in the link was fixed in SDK11_alpha wasn't it?
Okay, I haven't been doing nrf development in a while and still using sdk 8.1.0 for a mostly frozen nrf51 design.