<?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 difference</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62055/uart-and-uarte-difference</link><description>Hello, 
 I am using ble_app_uart example in sdk 15.2 and nrf52832. 
 I am using this example to communicate with other MCU. It is continuous Rx Tx between nrf52832 and other MCU. 
 By default, UART and UARTE( NRFX_UART_ENABLED and NRFX_UARTE_ENABLED)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Mar 2022 08:54:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62055/uart-and-uarte-difference" /><item><title>RE: UART and UARTE difference</title><link>https://devzone.nordicsemi.com/thread/358134?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a379511-05e3-47e7-bc11-9fa793833eea</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Eilon&lt;/p&gt;
&lt;p&gt;You&amp;#39;re correct, the EasyDMA consumes ~1.2mA, but there are some pros to using EasyDMA, like lower CPU usage, less current consumption if the CPU gets to sleep, and more CPU time available for other timing-critical tasks, so it generally pays off to use EasyDMA. If you have more questions, please create a new ticket, as this case is ~2 years old at this point.&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: UART and UARTE difference</title><link>https://devzone.nordicsemi.com/thread/357891?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2022 09:51:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cea9272-54b6-4f6e-a525-bcd19a010f24</guid><dc:creator>eilon</dc:creator><description>&lt;p&gt;Hi @&lt;span&gt;Simonr,&amp;nbsp;&lt;br /&gt;I looked at the linked you attached, and I didn&amp;#39;t see anything about the power consumption differences between&amp;nbsp;UART&amp;nbsp;and&amp;nbsp;UARTE.&amp;nbsp;&lt;br /&gt;From what I have read, using&amp;nbsp;EasyDMA consume more power then the regular UART.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What am I&amp;nbsp;missing?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Eilon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and UARTE difference</title><link>https://devzone.nordicsemi.com/thread/252921?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2020 08:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d5ccfe0-024f-4081-9c12-53e954605ab5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;No, sorry if that wasn&amp;#39;t clear. UARTE is Universal asynchronous receiver/transmitter (UART) with EasyDMA, so if you don&amp;#39;t want DMA you will have to use the UART peripheral.&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: UART and UARTE difference</title><link>https://devzone.nordicsemi.com/thread/252913?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2020 07:52:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96f602d7-6fed-4d6a-8c11-a5f9678d0e56</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;So can you use UARTE, but &lt;strong&gt;not&lt;/strong&gt; use the DMA ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and UARTE difference</title><link>https://devzone.nordicsemi.com/thread/252898?ContentTypeID=1</link><pubDate>Wed, 03 Jun 2020 06:53:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3ea8106-8876-491b-8fbc-de302a645574</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The difference between UART and UARTE is that UARTE uses EasyDMA. You can configure examples to use either UART or UARTE in your application, but for the nRF52 series there&amp;#39;s no reason to use UART over UARTE, as UARTE is both faster, has lower CPU usage, and consumes less power. For more details on UARTE, UARTE, and EasyDMA, please check out the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fuarte.html&amp;amp;"&gt;product specification&lt;/a&gt; that goes more in-depth into these features.&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></channel></rss>