<?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>How to use 2 UARTS in nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25041/how-to-use-2-uarts-in-nrf52840</link><description>I am having issues to use 2nd UART. When I run Keil in debug mode it shows me three UART registers.
i)	UART0
ii)	UARTE0
iii)	UARTE1 
 Is this UART0 and UARTE0 same thing? 
 #define NRF_UART0_BASE 0x40002000UL
#define NRF_UARTE0_BASE 0x40002000UL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Sep 2017 13:09:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25041/how-to-use-2-uarts-in-nrf52840" /><item><title>RE: How to use 2 UARTS in nrf52840</title><link>https://devzone.nordicsemi.com/thread/98610?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 13:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b684546-a640-40c3-a658-23e53894a8e4</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;Hi Moog,&lt;/p&gt;
&lt;p&gt;You can start with an example I&amp;#39;ve recently prepared: &lt;a href="https://devzone.nordicsemi.com/question/168233/nrf52840-uart1-not-working-in-sdk-14/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically you can have two combinations: UART0 + UARTE1 or UARTE0 + UARTE1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use 2 UARTS in nrf52840</title><link>https://devzone.nordicsemi.com/thread/98608?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 20:09:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dec07b9-fcf4-4b7d-bd91-48c147b86733</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;First of all you can red full description of UART registers including starting addresses &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/uarte.html?cp=2_0_0_33_9#topic"&gt;here in product specification (preliminary)&lt;/a&gt;. But why aren&amp;#39;t you using Nordic nRF5 SDK drivers and config files? It&amp;#39;s so easy to configure any peripheral with it, you don&amp;#39;t need to bother with any addresses then. See e.g.&lt;code&gt;.\examples\peripheral\uart\pca10056\blank\config\sdk_config.h&lt;/code&gt; file from nRF5 SDK v14.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use 2 UARTS in nrf52840</title><link>https://devzone.nordicsemi.com/thread/98609?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 18:28:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beb5e1e6-820e-44d9-807c-44b4dbfd4575</guid><dc:creator>Moog</dc:creator><description>&lt;p&gt;How to use UARTE1 then? And what the base address for that?
Any working example will be helpful?
I want to use both UART&amp;#39;s but don&amp;#39;t know how to configure them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use 2 UARTS in nrf52840</title><link>https://devzone.nordicsemi.com/thread/98607?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 18:20:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17ff6e21-fa91-4509-9564-77f7fce6680e</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;UARTE0 is EasyDMA enabled instance of UART0 so you can use only one of them at the time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>