I would like to implement UARTE.
· Nrf 52
· SDK15
· S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received.
In nrf 51, "app_uart_get" was done for each "APP_UART_DATA_READY" in the prepared buffer.
If you do not issue an interrupt for each received byte, how do you recognize the currently received length?