each time my program start, I get the error m_evt_schedule_func
error 4
what's the cause of this error? is it because I spend lot of time on the handler??? the handler running long task
each time my program start, I get the error m_evt_schedule_func
error 4
what's the cause of this error? is it because I spend lot of time on the handler??? the handler running long task
is this in the softdevice_handler (SOFTDEVICE_EVT_IRQHandler) or the app_timer (timeout_handler_exec)? Error code 0x4 means NRF_ERROR_NO_MEM.
is this in the softdevice_handler (SOFTDEVICE_EVT_IRQHandler) or the app_timer (timeout_handler_exec)? Error code 0x4 means NRF_ERROR_NO_MEM.