<?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>Does the UART driver in nRF Connect SDK use DMA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80966/does-the-uart-driver-in-nrf-connect-sdk-use-dma</link><description>In the nRF5 SDK there are two uart drivers, UART and UARTE. The UARTE driver makes use of the DMA whilts the UART driver uses interupts. This is what I understood when I used the driver in the nRF5 SDK. 
 In the Zephyr implementation, does the driver</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Oct 2021 09:58:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80966/does-the-uart-driver-in-nrf-connect-sdk-use-dma" /><item><title>RE: Does the UART driver in nRF Connect SDK use DMA</title><link>https://devzone.nordicsemi.com/thread/335678?ContentTypeID=1</link><pubDate>Mon, 25 Oct 2021 09:58:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:660a0c98-a78e-4c79-b3b8-1dc514929656</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can make an BOARDNAME.overlay file in your project folder where you have either of these options:&lt;/p&gt;
&lt;p&gt;&amp;amp;uart0 {&lt;br /&gt; compatible = &amp;quot;nordic,nrf-uart&amp;quot;;&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;&amp;amp;uart0 {&lt;br /&gt; compatible = &amp;quot;nordic,nrf-uarte&amp;quot;; //This is typically default, as seen in the .dts file for your board.&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>