<?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>how to measure the power off current on NRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116923/how-to-measure-the-power-off-current-on-nrf54l15</link><description>Hi nRF experts. 
 We are RF module manufacturer, We are developing nRF54L15d module, When we develop production test software, we need to test power off current, Using the Power_off sample, on the dk board of PCB0.8.1, it is about 4.x uA, and the standard</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Dec 2024 02:01:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116923/how-to-measure-the-power-off-current-on-nrf54l15" /><item><title>RE: how to measure the power off current on NRF54L15</title><link>https://devzone.nordicsemi.com/thread/514391?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2024 02:01:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4eb40ea-f479-49c0-bcf7-82952b052b49</guid><dc:creator>Jenish Rudani</dc:creator><description>&lt;p&gt;Can you help me find&amp;nbsp;&lt;span&gt;Power_off sample for this DK? I was looking at samples but didn&amp;#39;t find this one particularly.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to measure the power off current on NRF54L15</title><link>https://devzone.nordicsemi.com/thread/513112?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 07:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2a46463-feb2-42cb-a631-cc33a7bc2e74</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;As I understand it if you want sub 1µA you need to disable RAM retention&amp;nbsp;in system OFF mode, which should not be a problem since the chip will reset upon wakeup.&lt;/p&gt;
&lt;p&gt;From my understanding you also need to disable RAM retention Please try to add the following 4 lines directly before calling system OFF:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_MEMCONF-&amp;gt;POWER[0].RET = 0;
NRF_MEMCONF-&amp;gt;POWER[1].RET = 0;
NRF_MEMCONF-&amp;gt;POWER[0].RET2 = 0;
NRF_MEMCONF-&amp;gt;POWER[1].RET2 = 0;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>