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) ?