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

app_timer_stop return 0x04(NO MEM) error

Hi, all..

An error occurs as soon as it connect and disconnect through advertising. Timer interrupt is currently running on the main function..

and then I found error meaing.. below.. 

 

 * @retval     NRF_ERROR_NO_MEM          If the timer operations queue was full.
 */
ret_code_t app_timer_stop(app_timer_id_t timer_id);

so 'timer operation queue was full' is the reason..

then where should I check? 

BR,

lyrics

Related