<?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>nRF54LM20A DK sleep current much higher than datasheet (measuring ~89 µA vs. 4 µA)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126766/nrf54lm20a-dk-sleep-current-much-higher-than-datasheet-measuring-89-a-vs-4-a</link><description>Hi Nordic team, 
 I’m evaluating the sleep current of the nRF54LM20A using the nRF54LM20A DK and I’m seeing a large discrepancy compared to the datasheet numbers. 
 According to the product specification, the typical sleep currents at 3 V are: 
 
 
 System</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Jan 2026 07:33:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126766/nrf54lm20a-dk-sleep-current-much-higher-than-datasheet-measuring-89-a-vs-4-a" /><item><title>RE: nRF54LM20A DK sleep current much higher than datasheet (measuring ~89 µA vs. 4 µA)</title><link>https://devzone.nordicsemi.com/thread/559973?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 07:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b219fc4b-fc83-4b05-bab8-c6d13d687b93</guid><dc:creator>strongman</dc:creator><description>&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;The root cause of the higher-than-expected sleep current was that the DCDC regulator had not been explicitly enabled in the firmware.&lt;/p&gt;
&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;After manually configuring and enabling the DCDC mode, the measured sleep current now matches the values described in the documentation.&lt;/p&gt;
&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;Thank you for your support and feedback.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54LM20A DK sleep current much higher than datasheet (measuring ~89 µA vs. 4 µA)</title><link>https://devzone.nordicsemi.com/thread/559957?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 01:54:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74343b29-1a8c-4eb9-8b26-af0de56310ac</guid><dc:creator>strongman</dc:creator><description>&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;I&amp;rsquo;m not using the nRF Connect SDK Bare Metal option.&lt;/p&gt;
&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;I&amp;rsquo;m running my own minimal bare‑metal firmware built directly on top of nrfx 4.0.1, compiled with the Arm GCC toolchain. I&amp;rsquo;ve already verified that the compiled program runs correctly on the target; now I&amp;rsquo;m just trying to get the CPU into a low‑power System ON idle state using WFE without explicitly initializing any peripherals.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54LM20A DK sleep current much higher than datasheet (measuring ~89 µA vs. 4 µA)</title><link>https://devzone.nordicsemi.com/thread/559955?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 22:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:345be0dc-4eab-4ba8-aaa3-09ac0d7b12bd</guid><dc:creator>Michal</dc:creator><description>[quote user=""]&lt;span&gt;Firmware: bare‑metal, no peripherals explicitly initialized, just trying to put the CPU into a low‑power System ON idle state using&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;WFE&lt;/code&gt;.&lt;/span&gt;[/quote]
&lt;p&gt;Does that mean that you are running our&amp;nbsp;nRF Connect SDK Bare Metal option &lt;a href="https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK/Bare-Metal-option-for-nRF54L-Series"&gt;https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK/Bare-Metal-option-for-nRF54L-Series&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Or just trying to run your own minimalistic bare-metal firmware (if so, how are you compiling it)?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54LM20A DK sleep current much higher than datasheet (measuring ~89 µA vs. 4 µA)</title><link>https://devzone.nordicsemi.com/thread/559877?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 10:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09fe1054-03fc-45bd-a340-e8bb74e0b871</guid><dc:creator>strongman</dc:creator><description>&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;I have verified my measurement setup using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;system_off&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;sample from nRF Connect SDK, and the measured current matches the values in the documentation. This confirms that my measurement method and hardware setup are correct.&lt;/p&gt;
&lt;p class="mantine-focus-auto m_b6d8b162 mantine-Text-root"&gt;However, I still cannot find the reason why the power consumption of my bare‑metal firmware is significantly higher than expected. Could you please help me identify what might be causing the higher current draw in the bare‑metal implementation, and which checks or configurations I should focus on?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>