Board: nRF52833
SoftDevice: s122
SDK version: 17.0.2
I'm trying to log my continuous sensor data from the peripheral on the serial monitor. So I took ble_app_uart_c example and enabled log to get the values on the COM port. Now I do get the values in the serial monitor but I am getting NRF_ERROR_BUSY error in nrf_drv_uart_tx function a few seconds after ble connection establishment.
How can I solve this? Thanks in advance.