HI ,
I need dma support for the uart protocol but I can't seem to locate any examples of it being used with an uart. Can anyone give support on this?
regards ,
Goudam
HI ,
I need dma support for the uart protocol but I can't seem to locate any examples of it being used with an uart. Can anyone give support on this?
regards ,
Goudam
Hi,
Which SDK are you using? Most of the UART examples we have use EasyDMA, but not all use it in an efficient way for receive operations.
For nRF Connect SDK, I would recommend you to look at the example from lession 5 in Nordic Developer Academy: nRF Connect SDK Fundamentals course, or this sample.
For nRF5 SDK, the libUARTE example is the recommended example for UART with EasyDMA.
Best regards,
Jørgen
Hi,
I am using nrf connect sdk v2.4.0.
I'm using this example: github.com/.../main.c but I'm getting an ENOSYS error.
I'm using a xiao ble board with a nrf52840 controller.
Best regards,
Goudam
Hi,
I am using nrf connect sdk v2.4.0.
I'm using this example: github.com/.../main.c but I'm getting an ENOSYS error.
I'm using a xiao ble board with a nrf52840 controller.
Best regards,
Goudam