Hello,
today I had a problem where a timer was causing my device to reset after a while, because the app scheduler queue got full and it was raising an NRF_ERROR_NO_MEM
exception.
The period of the timer was 500 ms. My question is: Does a 500 ms repeated timer really put that much of a pressure on the app scheduler? Is it possible to increase the size of the queue to avoid such problems?