This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

app_uart_fifo, dma and buffers

Hello, I have some communication overflows on UART on nRF52, SDK 11 alpha, DMA active, big buffers (1024 bytes). I don't understand, nRF52 is not blocked in an interrupt and source is a poor 115200 bauds GPS.

When I look into SDK, DMA use 1 byte buffer. Am I right ? If it's correct what is the interrest of DMA ? Is there any DMA timeout like in some others CPU (call event hen enough bytes received or timeout elapsed) ?

Related