<?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>Can&amp;#39;t break 1 mA power consumption on 51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12836/can-t-break-1-ma-power-consumption-on-51822</link><description>Hi, 
 I&amp;#39;m resetting the chip externally using the reset pin to not be in debug mode. I&amp;#39;m running the system off example here modified to not use buttons. 
 I have the J-Link disconnected from the board while measuring power. Is there something else</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Mar 2016 15:34:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12836/can-t-break-1-ma-power-consumption-on-51822" /><item><title>RE: Can't break 1 mA power consumption on 51822</title><link>https://devzone.nordicsemi.com/thread/48799?ContentTypeID=1</link><pubDate>Wed, 30 Mar 2016 15:34:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23c90eaa-bd27-41c8-92da-e52a9dc343b8</guid><dc:creator>dgutierrez</dc:creator><description>&lt;p&gt;Thanks for your help Mango.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't break 1 mA power consumption on 51822</title><link>https://devzone.nordicsemi.com/thread/48798?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2016 23:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f43df5b-69aa-41f5-bd9c-b8dba1fbcddf</guid><dc:creator>MANGO</dc:creator><description>&lt;p&gt;Hmm, then I have to apologize that I cannot assist your problem.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s out of my knowledge T.T&lt;/p&gt;
&lt;p&gt;Looks like you&amp;#39;ve read about the &lt;a href="https://devzone.nordicsemi.com/question/17282/nrf51822-swdioswdclk-internal-pull-resistors/"&gt;pull down&lt;/a&gt; resistor for SWCLK.&lt;/p&gt;
&lt;p&gt;The person who wrote that thread was &lt;a href="https://devzone.nordicsemi.com/users/581/stefanbirnir/"&gt;Stefan Birnir Sverrisson&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Send a message to Stefan if you are in a hurry.&lt;/p&gt;
&lt;p&gt;In the meantime, how about reading this &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/#reply-5187"&gt;thread - troubleshooting?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sorry that I cannot help. Wish you good luck.&lt;/p&gt;
&lt;p&gt;-Regards, Mango&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't break 1 mA power consumption on 51822</title><link>https://devzone.nordicsemi.com/thread/48801?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2016 15:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60738bda-e34a-4d88-a501-6c39c1651426</guid><dc:creator>dgutierrez</dc:creator><description>&lt;p&gt;Hi, still don&amp;#39;t see the drop in current consumption.  I have the SWCLK pin pulled low with a 470 ohm resistor.  Above was also explicitly disabling all of the peripherals and it didn&amp;#39;t change anything.&lt;/p&gt;
&lt;p&gt;Using a custom board, but have verified already that the other ICs on the board aren&amp;#39;t pulling more than 30 uA.&lt;/p&gt;
&lt;p&gt;Used this example as well: &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples/blob/master/system-on-wakeup-on-gpio/main.c"&gt;https://github.com/NordicSemiconductor/nrf51-powerdown-examples/blob/master/system-on-wakeup-on-gpio/main.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't break 1 mA power consumption on 51822</title><link>https://devzone.nordicsemi.com/thread/48800?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2016 08:32:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae69e635-9baf-4dd4-83b2-e172727df8e0</guid><dc:creator>MANGO</dc:creator><description>&lt;p&gt;Hi, just in case, are you using a custom board or one of the DK / EKs made by Nordic?&lt;/p&gt;
&lt;p&gt;I had a similar &lt;a href="https://devzone.nordicsemi.com/question/32053/measuring-current-consumption-checking-debugger-mode-and-normal-mode/"&gt;question&lt;/a&gt; like this.&lt;/p&gt;
&lt;p&gt;Referring the answer from that,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;When you flash the nRF51, it should be in debug mode and consume ~1mA additional current. 
When you power-reset, you should see a ~1mA drop.
If you do not see this drop, then you either are still in debug mode,
or your application is having some peripheral enabled that 
keeps the 16MHz clock source enabled.

Unfortunately, there is no direct indication of still being in debug mode, 
other than the current consumption is excessive.
Some customers had problems on custom boards because of disturbance on SWCLK,
which triggers debug mode,
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So can you check &lt;code&gt;SWCLK&lt;/code&gt; pin of your board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>