I'm trying to transfer a txt file by sending it from a terminal to my NRF52 DK with the BLE_UART example. I always get a BLE_ERROR_NO_TX_PACKETS avter a few packets though. I understood this means that I'm trying to send data too fast through BLE, and there are no free TX buffers.
Does this mean that the UART HW flow control does not stop the terminal from sending data once the BLE link is saturated?
SDK11.0.0 PCA10040