<?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 and uarte peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94575/uart-and-uarte-peripheral</link><description>Hi team, 
 I want know how many UART modules on nRF52840 microcontroller? I am confused with one UART and two UARTEs. 
 Which one is connected to &amp;quot;USB for interface MCU&amp;quot; connector (J2 on hardware board)? 
 I have used nRF Loggers in &amp;quot;blinky&amp;quot; template</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Dec 2022 12:51:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94575/uart-and-uarte-peripheral" /><item><title>RE: uart and uarte peripheral</title><link>https://devzone.nordicsemi.com/thread/399411?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2022 12:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d53a0c57-c218-4515-8172-1d576cada898</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]&amp;nbsp; &amp;nbsp;I want know how many UART modules on nRF52840 microcontroller?&amp;nbsp;&lt;span style="font-family:inherit;"&gt;I am confused with one UART and two UARTEs.&lt;/span&gt;[/quote]
&lt;p&gt;The nRF52840 has 1 UART and 2 UARTE. The UART and UARTE are two different peripherals that implements the UART protocol. The difference is that the UARTE supports the EasyDMA bus, &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/uarte.html?cp=4_0_0_5_33_0#concept_l5y_hcm_wr"&gt;which means that you can schedule serial communication without involving the CPU.&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Which one is connected to &amp;quot;USB for interface MCU&amp;quot; connector (J2 on hardware board)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;The J2 port is connected directly to the interface chip on the nRF52840 DK. The interface chip is connected to pin P0.06 and P0.8 on the onboard nRF52840. Whatever the nRF52840 sends on P0.06 and P0.08 the interface chip will output on J2, so it acts as a UART(E) to USB bridge on the board. Exactly if it&amp;#39;s UARTE or UART that is connected to these pins depends on the application that is flashed on the nRF52840.&amp;nbsp;&lt;/p&gt;
[quote user=""]&amp;nbsp;I have used nRF Loggers in &amp;quot;blinky&amp;quot; template of SDK 16.0. Added logger related .c and .h files along with their paths. But it did not work for that code. So, which UART is connected to nRF Loggers?&amp;nbsp;Also which GPIO pins support nRF loggers?[/quote]
&lt;p&gt;I&amp;#39;m not sure I understand what you&amp;#39;ve done. Can you elaborate a bit more in detail?&amp;nbsp; What changes did you do to the template example and what are you trying to achieve? Are you trying to figure out which pins you need to connect to in order to read the log output?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>