<?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>52840 idle current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113863/52840-idle-current-consumption</link><description>We have developed a custom board based on the nRF52840-CKAA-R7. 
 Development is well into the re-release phase, and I am having some issues with battery life. 
 I&amp;#39;ve done significant testing and have isolated found a number of issues that I don&amp;#39;t understand</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Oct 2024 15:30:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113863/52840-idle-current-consumption" /><item><title>RE: 52840 idle current consumption</title><link>https://devzone.nordicsemi.com/thread/505939?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2024 15:30:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a5d6ac1-b496-40ae-95ca-dc6153671c11</guid><dc:creator>KentOverton</dc:creator><description>&lt;p&gt;These issues were all board manufacturing issues. I&amp;#39;m going to cose the ticket&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 idle current consumption</title><link>https://devzone.nordicsemi.com/thread/498052?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2024 12:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:060b18ab-16e0-47bd-9f2e-d873abe0a549</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are the external modules on your board included in the measurement? I tried repeating your current measurements with a nRF52840 DK, but was unable to reproduce the same results.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example 1/2&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Without UART enabled&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/8206.pastedimage1723550734919v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;UART enabled&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1263.pastedimage1723550886274v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example 3/4&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;see the opposite behavior when measuring on my nRF52840 DK. That is, the sleep current is around 4 µA when using example 4 where the pins are not reconfigured, and 160 uA when using example 3, where the pin configurations are not commented. This suggests there may be leakage on one or more pins. The leakage could also be coming from the external circuitry if everything is connected to the same power rail.&lt;/p&gt;
&lt;p&gt;Pin configuration example 4&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2330.pastedimage1723552817379v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example 5&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4405.pastedimage1723552667905v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The examples were all build for your Homesmart board. The only change I made was to add&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)&lt;/pre&gt;&amp;nbsp;to allow debugging with the nrfjprog west flash runner.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;EDIT:&lt;/p&gt;
[quote user=""]ALso note that I&amp;#39;ve tried to use power management on the I2S port. When I try to suspend the device, Zephyr returns a -88 - Feature not supported.[/quote]
&lt;p&gt;The i2s driver does not implement PM support, hence the -88 error. But the i2s peripheral should enter idle automatically after transactions are complete. Is the i2c receiver on your board power gated and can it be powered off in the idle periods?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 idle current consumption</title><link>https://devzone.nordicsemi.com/thread/497860?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2024 14:43:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d9b52d8-7b58-4074-8740-f7e4305e7e0e</guid><dc:creator>KentOverton</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NordicQuestion.zip"&gt;devzone.nordicsemi.com/.../NordicQuestion.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is the zip file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>