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

app_error_weak.c, 105, Mesh assert at 0x0002BCAA (:0)

Using Mesh V.4.0 and Stack 16.0.0

I have created simple message model in light_switch _client code.All I want to do is call status = simple_message_client_set(&m_clients[0], &buffer[0], 5); in the uart_event_handle().

but then I receive app_error_weak.c,  105, Mesh assert at 0x0002BCAA (:0) this error.

I have read that mesh api should not be called in interrupt but  then I want to send data received on UART over mesh to the other node.

How can I achieve this ? 

Parents Reply Children
No Data
Related