<?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>Current consumption using UARTE in interrupt mode [nrf9160]</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112253/current-consumption-using-uarte-in-interrupt-mode-nrf9160</link><description>Hi all, 
 I&amp;#39;m currently working on a project that requires UART communication, and I&amp;#39;m actually focusing on current consumption. 
 For context, my device only needs to listen for an incoming frame (variable length) on UART. This frame is sent by another</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jun 2024 09:48:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112253/current-consumption-using-uarte-in-interrupt-mode-nrf9160" /><item><title>RE: Current consumption using UARTE in interrupt mode [nrf9160]</title><link>https://devzone.nordicsemi.com/thread/490211?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 09:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa8bcd29-cfab-423d-8eb8-d7d832c19fd1</guid><dc:creator>Mowa</dc:creator><description>&lt;p&gt;Hi, thank you for your quick response !&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve managed to get things working. That was pretty simple. By default in &amp;quot;UART_ASYNC_MODE&amp;quot;, UARTs are disabled at init state. This is not the case when using &amp;quot;UART_INTERRUPT_DRIVEN&amp;quot;. Adding some code to disable all unused UARTs reduced the current consumption as expected.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ticket can be closed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption using UARTE in interrupt mode [nrf9160]</title><link>https://devzone.nordicsemi.com/thread/489506?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 12:26:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bde8517a-c204-4f46-8c64-49dd1ebde858</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The current consumption you are seeing 650 uA matched roughtly what I expect when using UART on the nRF9160. Have you considdred using the power management system for handlign this, in the way that is used for intance in the connectivity brige sample? You can refer to how it is handled there (see &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/eef645c4a31201df353fdff5447262d7675fa1c1/applications/connectivity_bridge/src/modules/uart_handler.c#L228-L229"&gt;uart_handler.c&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>