Hi,
I'm using a DA14580, and I'm trying to send a lot of data (around 12k bytes). The MCU is sending the samples via UART to the BLE at 115200bauds. The thing is that the BLE stop transmitting after a while and doesn't send everything.
If I put a for loop to wait a little bit between each transmission from the MCU to the BLE it's working but it's too slow.
So i wonder what's the maximum baudrate I can use for the UART to send continuously data without the for loop?
Or do I have to implement something else in the DA14580 code to make it work properly?
Thanks in advance