Hi, I found an unexpected bug which leads to stuck at this point
856419>, app_error_weak.c, 105, Mesh assert at 0x0003AA3A (:0)
it's happened after a fast setting the level to mesh group
here's a call stack attached
Hi, I found an unexpected bug which leads to stuck at this point
856419>, app_error_weak.c, 105, Mesh assert at 0x0003AA3A (:0)
it's happened after a fast setting the level to mesh group
here's a call stack attached
Hi Ivnn,
Could you give some more information about the SDK version you are using ?
What exact you did before the issue occurred. Is it reproducible every time you do that ? Please try to add a breakpoint to find the status return of the app_timer_start() calls inside timeout_update_and_schedule() when they are not NRF_SUCCESS.
Hi Ivnn,
Could you give some more information about the SDK version you are using ?
What exact you did before the issue occurred. Is it reproducible every time you do that ? Please try to add a breakpoint to find the status return of the app_timer_start() calls inside timeout_update_and_schedule() when they are not NRF_SUCCESS.
Hi, problem solved with adding a delay of 5 ms when we send a led level to mesh group