HI
I use SDK nrf52-mesh-light-switch-client-server-proxy-master with nrf52840 PDK。
I need uart module,so I add include path,c file to the project.
add header file , uart_init function and uart event handle dunction to main.c .
set SDKconfig.h as uart example of SDK15.0.0 .
At beginning,it works fine. But when I send many data or send data Very frequently, it will stop running and show this error:
app_error_weak.c, 105, Mesh error 1 at 0x00000000 (:0)
after debug, i fuond that uart_event_handle function came a event of APP_UART_COMMUNICATION_ERROR.