Hello,
I am trying to fix the UART communication error(APP_ERROR_HANDLER(p_event->data.error_communication);). I am sending a command(0x87,0x14,0x11,0x33,0x44) continuously(100ms) from mobile app to nRF51822. From nrf51822 I have to send this command to other microcontroller in 30ms interval.
It works good for +-30 sec, but then it crashes. I cannot use flow control. It seems its a common error on the forum. I tried all I could've found but it is still not working.
I have modified ble_app_uart example. SDK: nRF5_SDK_12.3.0_d7731ad Softdevice: 130 Baudrate=115200