I'm trying to hook up a nRF51 to two other devices. One is connected with UART and the other through BLE (NUS).
The connection with BLE is working fine. But as soon as the UART receives data the module resets. I found that this reset is because of the APP_UART_COMMUNICATION_ERROR.
I also noticed that when there are only a few characters there is no problem. But when a device is writing automatically the error appears.
I'm using the UART NUS example.
Does somebody know how I can get rid of the APP_UART_COMMUNICATION_ERROR?