<?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>Can´t turn off uart0 on runtime on nRF52840-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96282/can-t-turn-off-uart0-on-runtime-on-nrf52840-dk</link><description>Hello, we are seeing some kind of issue when trying to turn off uart0 on a nRF52840-DK but we are not able too. 
 We are using the following config and code: 
 
 
 The terminal output is as expected. Every 2 seconds, when pm_device_action_run ( uart_dev</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Feb 2023 18:24:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96282/can-t-turn-off-uart0-on-runtime-on-nrf52840-dk" /><item><title>RE: Can´t turn off uart0 on runtime on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/407848?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2023 18:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f58e83d6-d193-4206-ae16-09341258559a</guid><dc:creator>Joao Dullius</dc:creator><description>&lt;p&gt;Thanks Kazi! That makes sense. On the nRF9160-DK it is disabled by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t turn off uart0 on runtime on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/407847?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2023 15:32:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d51ed42-8dc6-42ac-ae86-eb2fd4da2fcf</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have run your sample on nRF52840 DK. UART1 was also enabled (which you can find from zephyr.dts file from build folder). After disabling the UART1, it shows expected output current (average 3.52uA).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you need to create an overlay file (nrf52840dk_nrf52840.overlay) with the following content and build the program again. You should get the expected current now.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart1 { &amp;#160;
&amp;#160; &amp;#160; &amp;#160;status = &amp;quot;disabled&amp;quot;;
&amp;#160; &amp;#160; };&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675351338759v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Kazi Afroza Sultana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>