<?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>Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43740/current-consumption-in-system-off-sleep</link><description>Hi. 
 I am using nrf52832, SDK15.0.0, and S132 SD. 
 I am using a custom board. 
 I checked the consumption current of 80uA in system off sleep state. 
 
 I want to lower it to 10uA but I do not know what to do. 
 The measurement methods and codes are</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Feb 2019 04:23:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43740/current-consumption-in-system-off-sleep" /><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171776?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 04:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32365118-e5f1-4ecf-a5be-887e6edc3018</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;Reduced current consumption after removing regulator!!&lt;br /&gt;I did not think the regulator was always enabled.&lt;br /&gt;I am going to modify the circuit.&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171764?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 02:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f20c81e0-1f1a-4708-bc54-aedbb9840487</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;TPS76033 is&amp;nbsp;replaced with &lt;a href="http://ww1.microchip.com/downloads/en/DeviceDoc/mic5203.pdf"&gt;mic5203-3.3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Quiescent current in the datasheet is Typ: 0.01uA.&lt;br /&gt;But my board still consumes 90uA.&lt;/p&gt;
&lt;p&gt;I will remove the regulator and battery and test it with a power supply.&lt;/p&gt;
&lt;p&gt;Do you think the firmware is OK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171695?ContentTypeID=1</link><pubDate>Mon, 18 Feb 2019 15:17:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93e6fc50-9dd4-4e16-87c9-9e968f5a49d6</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;The nRF52832 does not consume 80uA in system off mode, so there must be something else on your board that consumes current.&lt;/p&gt;
&lt;p&gt;I see that the regulator you are using has a quiescent current of 90uA when the output current is 0mA: &lt;a href="http://www.ti.com/lit/ds/slvs144d/slvs144d.pdf"&gt;http://www.ti.com/lit/ds/slvs144d/slvs144d.pdf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171627?ContentTypeID=1</link><pubDate>Mon, 18 Feb 2019 13:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:080eedaf-b01f-47cf-89be-59b6c6b56d8e</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I modified main as follows.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;int main(void){

  //nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
  //NRF_POWER-&amp;gt;SYSTEMOFF = 1;
  sleep_mode_enter();
  
  while(1){ 
    nrf_pwr_mgmt_run();
  }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But it also consumes 80-90uA.&lt;/p&gt;
&lt;p&gt;My board only has nRF52832, LC and regulator.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171618?ContentTypeID=1</link><pubDate>Mon, 18 Feb 2019 12:37:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d6bd38-83b6-4144-b666-0b3dab69a855</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, when you put the nRF52832 to system OFF mode it consumes about 0.3 uA. If you measure 80 uA there must be something else on your custom board that consumes current.&lt;/p&gt;
&lt;p&gt;Always include a main loop at the bottom of your main() function. Event though you put the chip to system OFF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current consumption in system off sleep</title><link>https://devzone.nordicsemi.com/thread/171276?ContentTypeID=1</link><pubDate>Fri, 15 Feb 2019 05:54:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a6cb700-b069-4aae-bf3b-ff7a5cfad3d0</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/_F8ADBCB9_1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I removed all the parts from the custom board and left only the MCU and peripheral devices.&lt;br /&gt;But it also consumes 80-90uA of current.&lt;br /&gt;Is there anything you need to configure in the boot loader?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>