<?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>Problems with UARTE on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33601/problems-with-uarte-on-nrf52832</link><description>To reduce power consumption during sleep I have to completely disable the UARTE0. This is done before sleeping by : 
 NRF_UARTE0-&amp;gt;TASKS_STOPRX = 1; NRF_UARTE0-&amp;gt;ENABLE = UARTE_ENABLE_ENABLE_Disabled &amp;lt;&amp;lt; UARTE_ENABLE_ENABLE_Pos; 
 At this point, there is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Apr 2018 12:37:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33601/problems-with-uarte-on-nrf52832" /><item><title>RE: Problems with UARTE on nRF52832</title><link>https://devzone.nordicsemi.com/thread/129143?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 12:37:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1ccd345-d51f-4777-9ff1-8fbfd54ed6a5</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try waiting for the RXTO event before disabling, like described in the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=2_1_0_34_3#concept_uzb_p2m_wr"&gt;Reception&lt;/a&gt;&amp;quot; part of the PS and see if it works after wakeup?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The STOPTX and STOPRX tasks may not be always needed (the peripheral might already be stopped), but if STOPTX and/or STOPRX is sent, software shall wait until the TXSTOPPED and/or RXTO event is received in response, before disabling the peripheral through the ENABLE register.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>