<?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>high current consumption in emulated system off</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31153/high-current-consumption-in-emulated-system-off</link><description>Hi, 
 I am using nordic nrf52832 nRF5_SDK_14.2.0, I use the RTT for debug, I want MCU in low power mode,so I add the following code: 
 while(1) 
 { 
 NRF_POWER-&amp;gt;SYSTEMOFF = 1; 
 } 
 when running this loop, the power consume from 15.25mADC to 11.48mADC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Mar 2018 09:52:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31153/high-current-consumption-in-emulated-system-off" /><item><title>RE: high current consumption in emulated system off</title><link>https://devzone.nordicsemi.com/thread/122998?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 09:52:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a785873-eef1-4b8a-b472-0e4e2e5e0357</guid><dc:creator>Pawel Dunaj</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;SEV will set local event register to 1. First WFE will read this register, clear it and finish immediately. Second WFE will suspend CPU until wake up event is received by this CPU. See Cortex-M4 specification to get more information about these functions.&lt;/p&gt;
&lt;p&gt;In second case CPU will be suspended on WFE unless&amp;nbsp;something wakes it up. After wake up it will switch to power off mode. In the first example CPU will enter power off mode straightaway. Note that to exit power off mode CPU will have to be reset (see nRF52832 documentation for more information).&lt;/p&gt;
&lt;p&gt;Above will happen unless you are working with debug mode activated. Please read &amp;quot;18.2.1 Emulated System OFF mode&amp;quot; section in nRF52832 documentation. If it is so SoC will not really enter power off mode and&amp;nbsp;you first case will convert to a busy loop. The loop from second case will at least be suspending CPU for some time, reducing power consumption.&lt;/p&gt;
&lt;p&gt;Apart from that I cannot say what is causing the current consumption difference.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Pawel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>