<?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 during DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64883/current-consumption-during-dfu</link><description>In my application I have a current consumption of ~20&amp;#181;A. When I enter bootloader to perform DFU I initialize my peripherals the same way as in my application and I have added nrf_pwr_mgmt_run() to the loop_forever() function in the bootloader. 
 
 I also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Aug 2020 11:39:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64883/current-consumption-during-dfu" /><item><title>RE: Current consumption during DFU</title><link>https://devzone.nordicsemi.com/thread/265076?ContentTypeID=1</link><pubDate>Tue, 18 Aug 2020 11:39:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fafe28f3-ad2b-4aca-ab65-b884cf88b1a1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should not see this high current consumption in any case. The example should not have high current consumption in itself. I have some questions in order to know more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Which SDK version are you using?&lt;/li&gt;
&lt;li&gt;Which modification shave you done to the bootloader?&lt;/li&gt;
&lt;li&gt;What HW are you testing with? Do you see the same if testing on a DK? (Could it be that for instance, you configure GPIO&amp;#39;s in an unfortunate way in the bootloader or similar?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I also want to note that there is no point in using&amp;nbsp;nrf_pwr_mgmt_run(). The&amp;nbsp;wait_for_event() does all you need to enter low power mode, which is to call&amp;nbsp;sd_app_evt_wait(), and this is essentially what nrf_pwr_mgmt_run() does as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>