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

Soft Device app_timer lib : what is the maximum number of timers

Dear Nordic support team,

What is the maximum number of timers that I can create (and use) using the app_timer lib?

    err_code = app_timer_create(&m_timer_m_1_0,
                                APP_TIMER_MODE_REPEATED,
                                timer_m_1_0_timeout_handler);

I have tried to initializate 10 timers this morning which are not all involved at the same times. It seems to work, but I can't find the limitation in the source code app_timer.c or in the documentation.

And same question for the maximum number of the "operation queues size".

Best regards

Related