This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 DK UARTE with EasyDMA TX and RX

Hi!

Does anyone run UARTE with EasyDMA enabled? I don't want to use interrupts and simply copy every received UARTE bytes to global tx_buffer....and pooling with amount of data / parsing data or workaround timer related with RX_pin activity. Most important for me is to receive bytes and save them to buffer without any interrupt on RX ready event etc. Also TX with DMA starting with NRF_UARTE_TASK_STARTTX trigger or any other working way. There is no example how to init UARTE with real time DMA support. Have someone run this feature and is able to share some init/using code?

Regards!

Related