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

How to setting ideal APP_TIMER_OP_QUEUE_SIZE ?

hi, My program used total 10 app_timers, like this APP_TIMER_DEF(connect_timer_id); APP_TIMER_DEF(scan_timer_id); APP_TIMER_DEF(standby_timer_id);

I don't know how to setting APP_TIMER_OP_QUEUE_SIZE ? (If 10 app_timers need arrange APP_TIMER_OP_QUEUE_SIZE ?)

Because I test app_timers. I arrange APP_TIMER_OP_QUEUE_SIZE=2 when I use 10 app_timers, but my program this well done. (no error message)

Related