<?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>Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89915/is-high-uart-power-consumption-still-a-thing-with-52832-and-ncs</link><description>I see a lot of threads about how you need to disable the UART while you&amp;#39;re not using it because it has a couple of milliamps power consumption. 
 However, most of those threads are about nRF51 chips and the NRF5 SDK. 
 Is this still relevant for the 52832</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Jul 2022 13:11:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89915/is-high-uart-power-consumption-still-a-thing-with-52832-and-ncs" /><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376970?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 13:11:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53d647ef-21d0-4a3b-a477-119fe027efef</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;In order to disable, there are two ways. You can use Zephyr APIs as &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/68857/low-power-mode-in-zephyr/282929#282929"&gt;mentioned here&lt;/a&gt;. &lt;br /&gt;You can also disable on a register level as &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53906/nrf9160-multiplex-uart-and-other-peripherals/219096#219096"&gt;described here&lt;/a&gt;. But in order to enable again, you should not enter &amp;quot;1&amp;quot; but &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52833/uart.html?cp=4_1_0_5_30_9_15#register.ENABLE"&gt;this value&lt;/a&gt;. Then start the RXD and TXD.&lt;/p&gt;
&lt;p&gt;-Priyanka&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376966?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 13:03:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08050249-169f-407e-9095-0943707723da</guid><dc:creator>AndreKR</dc:creator><description>&lt;p&gt;Can you tell me which API calls I should look into? I can&amp;#39;t find &lt;a href="https://docs.zephyrproject.org/latest/hardware/peripherals/uart.html"&gt;anything&lt;/a&gt; that seems related to&amp;nbsp;init/uninit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376963?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 12:59:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0040e86-023f-4cd1-b7ef-21c1fb6167df</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Yes, then you will need to diasable or uninit them in order to reduce the current consumption.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376791?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 12:50:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88fd782d-9c4a-4869-b27c-c29bdffb3abd</guid><dc:creator>AndreKR</dc:creator><description>&lt;p&gt;I have it with &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;status = &amp;quot;okay&amp;quot;&lt;/span&gt; in my device tree and I am using it with&amp;nbsp;&lt;span&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;uart_poll_out()&lt;/span&gt;&amp;nbsp;&lt;/span&gt;and &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;uart_irq_rx_enable()&lt;/span&gt;. (I can change to a different API if it saves power.) The question is if during times in my program where I don&amp;#39;t need it, do I need to manually&amp;nbsp;disable it to get lowest possible power consumption?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376782?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 12:27:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4d02401-c886-485b-bf02-d561dbba3146</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;If you have not enabled the UART in your program and it is not running, then this will not contribute in power consumption.&lt;/p&gt;
&lt;p&gt;P.S&amp;nbsp;&lt;span&gt;app_uart_close() is used for nRF5 SDK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376751?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 10:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d3ea804-224d-4206-a441-f760c5be005b</guid><dc:creator>AndreKR</dc:creator><description>&lt;p&gt;Which include file would I need for &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;app_uart_close()&lt;/span&gt; and how&amp;nbsp;can I reinitialize the UART?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is high UART power consumption still a thing with 52832 and NCS?</title><link>https://devzone.nordicsemi.com/thread/376691?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 03:30:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a56668dc-a994-438c-a94f-9998a0cb8a07</guid><dc:creator>Zara Wu </dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We recommend calling API: app_uart_close() when turning off the UART, and reinitializing the UART when turning it on.&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt;BR./Zara Wu （RF-star technology)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>