<?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 stopp uart?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/460/how-to-stopp-uart</link><description>Hi, 
 how is it possible to stop the uart modul after it was running? 
 Which perepherie is running after init the uart modul? 
 best regards Nils</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2013 16:17:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/460/how-to-stopp-uart" /><item><title>RE: How to stopp uart?</title><link>https://devzone.nordicsemi.com/thread/2404?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2013 16:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:761da867-f5b4-48a1-af92-e7dde2964c86</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;No.. this stops the uart but not the peripheral. The peripheral stays on and uses power. You need to disable it.&lt;/p&gt;
&lt;p&gt;NRF_UART0-&amp;gt;ENABLE       = UART_ENABLE_ENABLE_Disabled;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stopp uart?</title><link>https://devzone.nordicsemi.com/thread/2405?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2013 12:37:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88cb362f-043e-4119-83dc-2b368713b9b3</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;To turn off the UART peripheral, you have to set its ENABLE register to the Disabled value.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stopp uart?</title><link>https://devzone.nordicsemi.com/thread/2403?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2013 19:18:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8c5f17c-8dc8-4bc3-be05-d4f2fbbebba4</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have to stop all my modul which i doesn#t use in this moment for reducing the current in __WFI () mode.&lt;/p&gt;
&lt;p&gt;So if i use NRF_UART0-&amp;gt;STOP = 1, do i stop the uart modul an reduce the current?&lt;/p&gt;
&lt;p&gt;Thank you :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stopp uart?</title><link>https://devzone.nordicsemi.com/thread/2402?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2013 14:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bf80919-029f-4bbf-babf-6f93b947b1b3</guid><dc:creator>yjpark</dc:creator><description>&lt;p&gt;Hello Niis.&lt;/p&gt;
&lt;p&gt;I think you means stop the uart receive/trasnmit operation by some cause, right?&lt;/p&gt;
&lt;p&gt;If you set the register like below, you will be stop the uart.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NRF_UART0-&amp;gt;STOP = 1&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;-yjpark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>