<?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>UART nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44231/uart-nrf52840</link><description>hello, 
 I need example code on uart with hardware flow control disabled and on UARTE. with different clock source. 
 
 Regards, 
 Gourav</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Mar 2019 13:39:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44231/uart-nrf52840" /><item><title>RE: UART nrf52840</title><link>https://devzone.nordicsemi.com/thread/173718?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2019 13:39:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44684abd-2cfa-4799-bb6e-666acdc2e00b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The UARTE peripheral always use DMA, but the legacy UART peripheral does not use DMA. So if you don&amp;#39;t want to use DMA, then you should use the UART peripheral. Set the following config parameters in the projects sdk_config.h to 0 to disable DMA and flow control:&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 (the SDK example does not use this, but rather sets&amp;nbsp;UART_HWFC and use that - see&amp;nbsp;&amp;lt;SDK&amp;gt;\examples\peripheral\uart\main.c)&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART nrf52840</title><link>https://devzone.nordicsemi.com/thread/173613?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2019 07:19:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c27910f1-2849-4c08-9eee-d73afca218a4</guid><dc:creator>Gourav</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/uart_example"&gt;UART Example&lt;/a&gt;&lt;span&gt;&amp;nbsp; states use of both UART0 and UARTE with&amp;nbsp;APP_UART_FLOW_CONTROL_DISABLED, is it possible to use only UART0 with hardware flow control and easy DMA disabled in the example.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART nrf52840</title><link>https://devzone.nordicsemi.com/thread/173527?ContentTypeID=1</link><pubDate>Thu, 28 Feb 2019 14:57:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7c95504-b414-4e19-9d5b-c15db8fcdaa2</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no support for using an external clock with UART. The UART peripheral uses the internal HF clock, which comes from either the HFRC or HFXO oscillator (if explicitly started).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART nrf52840</title><link>https://devzone.nordicsemi.com/thread/173479?ContentTypeID=1</link><pubDate>Thu, 28 Feb 2019 12:54:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d5a7be6-50b3-497f-a70e-4355d8e60b8a</guid><dc:creator>Gourav</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have gone through uart example, I couldnt find clock initialization...{by different clock source i mean&amp;nbsp; &amp;quot;external clock&amp;quot; }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART nrf52840</title><link>https://devzone.nordicsemi.com/thread/173458?ContentTypeID=1</link><pubDate>Thu, 28 Feb 2019 11:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6582a8c-5a00-45c7-b686-200380fd3c0f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/uart_example"&gt;UART Example&lt;/a&gt;&amp;nbsp;demonstrates this, using the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/hardware_driver_uart"&gt;UART driver&lt;/a&gt; (I don&amp;#39;t know why you mean by &amp;quot;different clock source&amp;quot;, though).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>