I am experimenting with ble_app_uart & ble_app_uart_c using two terminal windows, and I am sending a string of 1000 chars from the central to the device.
Although they are functioning for small strings, they both get stuck on an 1000 char string.
I increased the RT/TX UART buffer sizes on both sides to 4096 (they do not even run if I try more), but still both crash on the first attempt.
Is there an explanation for this?
Is there a solution?


