<?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 consume current &amp;gt; 5mA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30341/nrf52832-consume-current-5ma</link><description>Hello. 
 
 i setup - BLE Stack + Uart 1 + SPI 1. 
 
 Infinite loop inside nothing code. 
 
 nRF52832 consumed 5mA + a. 
 
 and i add power_manage() in Infinite loop. 
 
 Nevertheless nRF52832 consumed 5mA + a. 
 
 How do I reduce power consumption further</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Feb 2018 09:30:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30341/nrf52832-consume-current-5ma" /><item><title>RE: nRF52832 consume current &gt; 5mA</title><link>https://devzone.nordicsemi.com/thread/120398?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2018 09:30:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88a07ddb-710e-4854-bc90-6dd5a2a54d48</guid><dc:creator>sanghan</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank for Reply.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;power_manage() inside called sd_app_evt_wait().&amp;nbsp;&lt;/span&gt;i disabled UART and SPI. current not reduce.&lt;/p&gt;
&lt;p&gt;I found the cause of the problem. I used timer 1ms tick.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I solved my problem. i add code&amp;nbsp;&lt;span&gt;Infinite loop in __WFI(). Timer tick change 500ms and use wake up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My nRF52832 consumed under 2mA.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 consume current &gt; 5mA</title><link>https://devzone.nordicsemi.com/thread/120380?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2018 07:59:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0335667-f84c-47aa-beb8-015d99c93c01</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The&amp;nbsp;power_manage() will return immediately if there is a pending application interrupt not handled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 consume current &gt; 5mA</title><link>https://devzone.nordicsemi.com/thread/120362?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2018 02:13:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e418ca7-d024-4b31-9eb3-264237776e8e</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;A while loop like &amp;#39;while(1);&amp;#39; consumes about 6mA but &amp;#39;while(1) { __WFE(); }&amp;#39; consumes less than 10uA. &amp;nbsp;I suggest first to test that without any thing else. &amp;nbsp;If you don&amp;#39;t get a similar result, then there must be a hardware leakage somewhere. &amp;nbsp;Enable UART will consumes about 300-500uA.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 consume current &gt; 5mA</title><link>https://devzone.nordicsemi.com/thread/120352?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 21:56:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1daf0587-9716-413b-8e93-05c536a1ad58</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is a bit difficult to know exactly what is the problem here. The chip will typically not be able to enter low power mode if there are pending interrupt that are not handled or peripherals that are enabled and active. So I guess my suggestion for debugging is to try to disable peripherals or stop serial tasks before trying to enter sleep.&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>