<?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>question of low power mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1748/question-of-low-power-mode</link><description>Dear Nordic Guy,I&amp;#39;m developing with nrf51822.
my costom code based on the hrs profile.and I modify the advertising timeout value to 30sec
and finally, I see the a few uA current after 30sec.maybe it goes to system off mode(all clock sources off).
It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Feb 2014 12:13:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1748/question-of-low-power-mode" /><item><title>RE: question of low power mode</title><link>https://devzone.nordicsemi.com/thread/7653?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2014 12:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e448b07d-bd51-4d72-876c-910b37d7f139</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;NRF_POWER-&amp;gt;TASKS_LOWPWR is the default option (ie: reset value), which means that the 16M clock will be stopped when not needed. This will cause your wakeup time to be higher, compared to when using CONSTLAT. CONSTLAT will keep the 16M running while in sleep, which gives you a consistent wakeup time, but higher current consumption. For your application, there&amp;#39;s no need to keep the 16M running in sleep mode.&lt;/p&gt;
&lt;p&gt;You can check if your code goes into system off by looking for this function call:
sd_power_system_off();&lt;/p&gt;
&lt;p&gt;Most likely, it&amp;#39;s in the function &amp;quot;on_ble_evt&amp;quot;, case &amp;quot;BLE_GAP_EVT_TIMEOUT&amp;quot;.
To wake up on RTC instead, make sure that &amp;quot;power_manage&amp;quot; is called in your main-loop, and comment out the function call to sd_power_system_off().&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>