Still central device is going in while loop after some time.

Still central device is going in while loop after some time.

Hi,
Looking at the screenshot I see that APP_ERROR_CHECK() has been called with NRF_ERROR_NO_MEM. As this is based on the app_uart_c example, I would is likely that it was returned from a call to ble_nus_c_string_send(), if there was no space available in the buffer.
Please elaborate on the question if you want more input.
Hi,
Looking at the screenshot I see that APP_ERROR_CHECK() has been called with NRF_ERROR_NO_MEM. As this is based on the app_uart_c example, I would is likely that it was returned from a call to ble_nus_c_string_send(), if there was no space available in the buffer.
Please elaborate on the question if you want more input.
so what is the solution
To understand that we first need to know what caused the problem. Can you share the full og so that we can see where the error occurred (it is not shown in the screenshot). What code do you have around that line in that file? Which function returned the error?
By the way I see you are discussing the same topic here. I suggest you close one of the threads and continue in the other in order to avoid duplication.