<?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>Non-obvious power problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16266/non-obvious-power-problem</link><description>Hello, 
 This is less a question and more of a survey. We&amp;#39;ve recently completed development on a project using the nRF51822 but have run into an odd power problem. We built and tested the first 500 or so units. Our design has the unit in System Off mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Aug 2017 16:05:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16266/non-obvious-power-problem" /><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62164?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2017 16:05:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24d56a70-678f-4018-9ea4-976bedaaee92</guid><dc:creator>Moritz</dc:creator><description>&lt;p&gt;Could this (entering debug mode unintentionally) also happen on a nrf52832? Looking into the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/dif.html?cp=2_1_0_15_2#debuginterfacemode"&gt;NRF52-Product Spec at Debug and Trace&lt;/a&gt; it seams unlikely with the internal pullups/pulldowns. Any way we have experienced something quite similar in our preproduction run. 3 of 100 devices had a completely empty battery after 2 weeks. What I found out in the meantime is that we compiled the software with CONFIG_GPIO_AS_PINRESET, but have left the reset pin floating. Could this cause a higher current consumption in any way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62162?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 09:34:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddbeb00f-70bb-4f09-b5c7-3e6328068c6a</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;That is correct. I don&amp;#39;t know any other method to enter debug mode than is described in section 11.1.2 in the nRF51 Series Reference manual 3.0, i.e. via the debug pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62163?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2016 12:29:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b9576f-453d-4da3-b128-d44b19553ad0</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Once again you have proven why you are over 14,000 reputation points. We ran units through the final production steps until we detected one that was in a high power state. We were able to remove the unit from its case very carefully and get it on a multi meter to measure power. When it was supposed to be in system idle mode it was burning 1.2mA, an hour later when it went into system off mode, power consumption jumped to 4-5mA. Clearly it was running with debugging enabled.&lt;/p&gt;
&lt;p&gt;One question I have been asked and have answered no to with 99% confidence is that the only way into debug mode is via the pins. There is no way to enter debug mode programatically in the FW?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62161?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 15:32:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99d536cd-9cac-4dd8-a9ac-3768954a8b5e</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;In system off, it is much simpler to get low current consumption, as entering system off disables all peripherals and the only way to wake up from system off is with a reset, assert on sense enabled pin, or with low power comparator. In the nRF51 Series Reference manual 3.0, section 11.1.2, it says:&lt;/p&gt;
&lt;p&gt;If the device is in System OFF mode, entering into debug interface mode will generate a wakeup.&lt;/p&gt;
&lt;p&gt;So if you are in system off and there is noise on SWDCLK pin, it can cause the chip to wake up and enter into debug mode with ~1mA current consumption. That is the most likely explanation I would think, as the battery is depleted in two weeks. So I would suggest to put 470ohm external pulldown resistor on SWDCLK pin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62160?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 12:12:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2c74423-5143-4d41-b08d-16adebd64f8c</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Thanks Stefan, I was not aware of that. I&amp;#39;ll have the HW guys check on that. For completeness sake, I&amp;#39;ll attach the schematic (it&amp;#39;s not a complicated board by any means).&lt;/p&gt;
&lt;p&gt;Also I wanted to note that this is the first time we have used System Off instead of the System On Idle mode for low power. Additionally it is the first time we have used the sd_power_pof_* API&amp;#39;s with the threshold set to 2.1V. I&amp;#39;m not sure if there are any rookie mistakes we could be making with either of those functionalities.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-obvious power problem</title><link>https://devzone.nordicsemi.com/thread/62159?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 07:31:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1cda8b1-2d56-4dad-b5d9-88ae1e98d33b</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi John&lt;/p&gt;
&lt;p&gt;Are you aware of the &lt;a href="https://devzone.nordicsemi.com/question/17282/nrf51822-swdioswdclk-internal-pull-resistors/?comment=17364#comment-17364"&gt;behavior of the debug pin&lt;/a&gt;s?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>