<?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>nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127837/nrf54l15-ncs-3-2-excessive-current-consumption-on-uart30-when-config_log_mode_immediate-n</link><description>nrf54L15 ncs upgraded from 3.0 to 3.2 CONFIG_SERIAL=y CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_LOG=y CONFIG_LOG_MODE_IMMEDIATE=n CONFIG_LOG_BACKEND_UART=y &amp;amp;uart30 { status = &amp;quot;okay&amp;quot;; zephyr,pm-device-runtime</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Apr 2026 14:23:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127837/nrf54l15-ncs-3-2-excessive-current-consumption-on-uart30-when-config_log_mode_immediate-n" /><item><title>RE: nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/thread/565759?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 14:23:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50c3105f-5979-4bfc-a07f-cf285565e4b8</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have read a previous case&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/118331/how-to-use-low-power-uart-demos-other-than-lpuart"&gt;(+) How to use low-power UART demos other than lpuart - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone&lt;/a&gt;&amp;nbsp;waht you can look at.&lt;/p&gt;
&lt;p&gt;Besides setting the CONFIG_SERIAL=n in the prj.conf file you can add the following code&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;lt;zephyr/pm/device.h&amp;gt;
static const struct device* uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console));
err = pm_device_action_run(uart_dev, PM_DEVICE_ACTION_SUSPEND);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/thread/565421?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 03:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:655e4655-d595-4bee-be29-36b990a6f4f1</guid><dc:creator>xht1987</dc:creator><description>&lt;p&gt;I&amp;#39;ve tried it, but it still doesn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/thread/565246?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 13:11:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:624b1d61-fc64-4f98-812b-8a7dbf577a15</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Your observation and approach are right in terms of lowering the power consumption.&lt;/p&gt;
&lt;p&gt;Can you try the following config and try with UART30 again?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_BACKEND_UART_ASYNC=y
CONFIG_UART_ASYNC_API=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_PM_DEVICE=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/thread/565199?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 05:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5096e2b0-6839-4679-8828-1cded4d52d67</guid><dc:creator>xht1987</dc:creator><description>&lt;p&gt;&lt;span&gt;my custom board&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 (NCS 3.2): Excessive current consumption on UART30 when CONFIG_LOG_MODE_IMMEDIATE=n</title><link>https://devzone.nordicsemi.com/thread/565170?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2026 13:06:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebc867df-9bff-4dd2-b745-2e747d7b7d36</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is it on nRF54L15 dk or custom board?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>