This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Handling UART RX buffer overflow

Hi, I'm using nrf51822 and using SDK12.3 ble_app_uart.

My purpose is sending data using BLE module like this:

Custom Board -> BLE Module -> Android Phone.

It works fine.

But sometimes UART data comes bigger than UART RX buffer and resets BLE module.

I don't want to reset because BLE disconnected with Android App.

It's ok to losing that data. I just don't want reset.

Is there way to prevent reset?

Related