<?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 current consumption issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43526/nrf52832-current-consumption-issues</link><description>Dear all , 
 Working with nRF52832 (currently without SoftDevice), and there some issues regarding the project current consumption that we need to understand: 
 1) In the PS (v1.1) documentation, in section 7.2.1 &amp;quot;CPU performance&amp;quot;, there is a current</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Feb 2019 10:00:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43526/nrf52832-current-consumption-issues" /><item><title>RE: nRF52832 current consumption issues</title><link>https://devzone.nordicsemi.com/thread/170301?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 10:00:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78d61dbe-23ee-4bb7-b44e-848134ce6d5d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/hnhoan"&gt;Nguyen Hoan Hoang&lt;/a&gt;&amp;nbsp;&amp;#39;s answer is important.&amp;nbsp;I have some additional comments (linked to your numbered questions):&lt;/p&gt;
&lt;p&gt;1) The CPU frequency of the nRF52832 is always 64 MHz, so your calculation is not correct.&amp;nbsp;It is essentially the same number as&amp;nbsp;IDDFLASHCACHEDCDC (3.7 mA).&lt;/p&gt;
&lt;p&gt;2) The current consumption numbers given for the SAADC (and other peripheral) only reflect the current consumption of the peripheral itself, not any resources it depends on. So the&amp;nbsp;IADC,CONV number of 700&amp;nbsp;μA does not include the current consumption of the clocks, regulator or DMA logic. Therefore, the total current consumption is significantly higher. The system will consume significant amounts of power between sampling as well, as these resources are constantly enabled while the SAADC peripheral is enabled.&lt;/p&gt;
&lt;p&gt;3) The best way to reduce the SAADC current consumption is to minimum between sampling is to disable the SAADC peripheral, provided that you do not need to use it frequently or have a very accurate sampling rate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 current consumption issues</title><link>https://devzone.nordicsemi.com/thread/170239?ContentTypeID=1</link><pubDate>Sun, 10 Feb 2019 15:10:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af064829-f4a5-4c7c-843f-f693df63e35f</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;First thing before you do any current consumption test is to put the mcu to sleep without doing or activating anything else. &amp;nbsp;This means in the main() just do a while (1) { __WFE(); }, nothing else. &amp;nbsp;Compile in release mode. &amp;nbsp;Then measure how much current, (no debugger or jtag connected). &amp;nbsp;The current should be less than 10uA. &amp;nbsp;Anything higher than that means you have hardware leaks in your design. &amp;nbsp;Then you active one by all your io to find out where which i/o leaks more. &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This example here&amp;nbsp;&lt;a href="https://github.com/I-SYST/EHAL/blob/master/ARM/Nordic/exemples/TPHSensorTag.cpp"&gt;https://github.com/I-SYST/EHAL/blob/master/ARM/Nordic/exemples/TPHSensorTag.cpp&lt;/a&gt;&amp;nbsp;reads temperature, humidity, pressure and gas from the BME680, ADC to read battery level and advertises them over BLE. &amp;nbsp;The average current is around 15uA. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>