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