<?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>low power consumption issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27662/low-power-consumption-issue</link><description>Hello All, 
 I have the following queries on low power consumption mode, 
 To update you on power saving tests that we performed at our end, here is our observations: 
 Our application has following peripherals running: 
 BLE over UART (used SDK example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Nov 2017 09:49:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27662/low-power-consumption-issue" /><item><title>RE: low power consumption issue</title><link>https://devzone.nordicsemi.com/thread/109206?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2017 09:49:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f55107c-b5eb-4bb9-9d60-62760387a6ff</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Pavan,&lt;/p&gt;
&lt;p&gt;How did you measure current consumption ? Note that with the current DCDC refresh mode, a simple multimeter can&amp;#39;t measure current precisely. Have a look &lt;a href="https://devzone.nordicsemi.com/tutorials/27/current-measurement-guide-introduction/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.nordicsemi.com/eng/Products/Power-Profiler-Kit"&gt;power profiler kit&lt;/a&gt; is recommended.&lt;/p&gt;
&lt;p&gt;This:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;When we put the application to System ON Low power mode (using power_manage() function) and by disabling display, stopping BLE advertisement, and ADC sampling every 10 sec, the current consumption drops further to 6mA.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Suggesting that the CPU might not be in sleep mode. You may need to check if there is any interrupt that keeps the CPU awake.&lt;/p&gt;
&lt;p&gt;How do you do PWM ? If you use a TIMER that requires HFCLK, you will have higher current consumption (~1 milliamp)&lt;/p&gt;
&lt;p&gt;You also need to make sure the device is not in debug mode when you measure current. Right after programming the board will stay in debug mode, you would need to do a power rest before measurement.&lt;/p&gt;
&lt;p&gt;You can start your test by disabling all modules, put CPU to sleep and check if the current consumption would be at a few uA or not. Then start turn on one module at a time and see what cause the high current consumption and if it matches with the spec or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>