Hi In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission and UART receiving will be overlapped very frequently. I found UART data will be lost although UART peripheral has 6-byte FIFO to store unread data. The overflown event happened.
For TI and CSR solutions, they can store UART received data directly into RAM cell . In this case, data can be transmitted somoothly without ay data loss.
My question is if any way to prevent UART data loss? Thanks.