<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nFR52 UART with DMA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17232/nfr52-uart-with-dma</link><description>Is there any guideline on how to setup and use the UARTE on nRF52 ? 
 
 what files to include in my project 
 how to initialise the peripheral 
 how to setup the DMA fifo 
 how to get an interrupt when the data are on the fifo 
 
 I&amp;#39;m currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Oct 2016 14:32:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17232/nfr52-uart-with-dma" /><item><title>RE: nFR52 UART with DMA</title><link>https://devzone.nordicsemi.com/thread/66202?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 14:32:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba093b6f-4d86-43eb-87df-2f228cb8375a</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, neither app_uart.c nor app_uart_fifo.c take advantage of easyDMA. They only use DMA on single bytes. The only real advantages of these two libraries are a terminal-like interface (putc, getc), integration with functions like printf, and ease of implementation.&lt;/p&gt;
&lt;p&gt;If you need DMA you will have to use the UART driver which is documented &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/hardware_driver_uart.html?cp=4_0_0_2_20_0#uart_configuration"&gt;here&lt;/a&gt;. My colleague has written an example and posted it &lt;a href="https://devzone.nordicsemi.com/question/74615/uart-receive-in-background-without-callback-on-nrf52-sdk11/"&gt;here&lt;/a&gt;. Note that the example is written for SDK 11. Latest SDK is 12.1.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>