<?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>NRF52832 Power &amp;amp; HFCLK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49509/nrf52832-power-hfclk</link><description>I have a custom PCBA running my development firmware. When I turn everything off (meaning no peripherals are active - most chips are in sleep mode or de-powered; BLE disconnected &amp;amp; advert is off), i have a system quiescent current of 380uA (System powered</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jul 2019 11:23:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49509/nrf52832-power-hfclk" /><item><title>RE: NRF52832 Power &amp; HFCLK</title><link>https://devzone.nordicsemi.com/thread/197349?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 11:23:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7787b02c-cd89-4448-9901-a3acab0598db</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no easy answer here.&lt;/p&gt;
&lt;p&gt;I would first recommend that you make very simple low power example, e.g. main() {while(1) __WFE();} just to verify that your measurement setup is working.&lt;/p&gt;
&lt;p&gt;Once you start writing code and including peripherals they will claim internal resources (e.g. clocks, regulators, easydma etc) which will cause the base current to possible stay high while they are enabled. In general you should stop and disable peripherals when no longer used. So in this case you likely have one or more peripherals that are claiming resources, there is no easy way to identify which other than manually disable them until current is in the 1-2uA range when calling __WFE().&lt;/p&gt;
&lt;p&gt;You should also check out the errata list for known issues that you should pay specific attention to:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev1/ERR/nRF52832/Rev1/latest/err_832_new.html?cp=3_1_1_1_1"&gt;https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev1/ERR/nRF52832/Rev1/latest/err_832_new.html?cp=3_1_1_1_1&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Floating input pins may also cause increased current consumption.&lt;/p&gt;
&lt;p&gt;This blog post may also be useful:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf52-designs"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf52-designs&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>