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

NRF_ERROR_NO_MEM error with enough APP_TIMER_MAX_TIMERS

Hi,

I have 2 timers and APP_TIMER_MAX_TIMERS = 3. I am getting NRF_ERROR_NO_MEM error.

If I increase to 6 it works. Is it 3 APP_TIMER_MAX_TIMERS per timer?

Thanks,

Related