<?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>Example of easy dma over UART using nrf52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48286/example-of-easy-dma-over-uart-using-nrf52</link><description>Hi All 
 
 I am trying to find some example code which uses easy DMA over UART using nrf528240.. 
 Using sdk version 15.0. The example which is available by default uses the legacy uart driver and not Easy dma. 
 
 Appreciate your help on the same. 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Jun 2019 07:23:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48286/example-of-easy-dma-over-uart-using-nrf52" /><item><title>RE: Example of easy dma over UART using nrf52</title><link>https://devzone.nordicsemi.com/thread/193791?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 07:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac3d69c7-354c-4406-8b88-054c1c1d0fcf</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry about the misunderstanding. The UART example has both the legacy and UARTE enabled but uses the legacy driver by default. You could just disable the legacy UART in sdk_config so that UARTE will be used instead.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example of easy dma over UART using nrf52</title><link>https://devzone.nordicsemi.com/thread/193699?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 13:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:220330b8-9e69-4637-a543-aeae97a88255</guid><dc:creator>RajviKamdar</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/simonr"&gt;Simonr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am asking for an example which uses easy dma with that of UART.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Current UART example does not use easy dma, it uses legacy uart driver and not easy dma. Can you please help on the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example of easy dma over UART using nrf52</title><link>https://devzone.nordicsemi.com/thread/191511?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2019 07:17:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11274ab7-5560-441f-8d3e-a97aa8c258da</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Rajvi&lt;/p&gt;
&lt;p&gt;Our UART example does use DMA. To disable DMA you have to set the following config parameters in the sdk_config.h file to 0:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;UART_EASY_DMA_SUPPORT&lt;/li&gt;
&lt;li&gt;UART0_CONFIG_USE_EASY_DMA&lt;/li&gt;
&lt;li&gt;NRFX_UARTE_DEFAULT_CONFIG_HWFC (This should already be set to 0, but it has to be to disable DMA).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>