Hi,
I want to send a continuous stream of data very quickly into the nRF51 through SPI and then dispatching it to a smartphone via BLE.
However I keep getting BLE no buffer error. What is the quickest way to empty the BLE TX Buffer?
Thanks
Edit: I've forgotten to add that I have tried emptying the buffer by waiting for ble tx complete. However by doing that I filled up a circular buffer that I had to store the data from SPI.