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

Max number of application timers

For my application I need a lot of different timers. I dont use a soft device. Its a nRF52 Chip on board.

#define APP_TIMER_OP_QUEUE_SIZE         20     			
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, false);

What is the maximum size of APP_TIMER_OP_QUEUE_SIZE?

Parents Reply Children
No Data
Related