<?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>System ON (sleep mode) wake on RTC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75024/system-on-sleep-mode-wake-on-rtc</link><description>Hi all, 
 I&amp;#39;d appreciate some help on the following problem: 
 I&amp;#39;m trying to put a custom hardware into a low power sleep mode from which I want to wake up regularly. I’m NOT using a soft device. I’m using a PPK2 to measure current. And, yes, I have already</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 May 2021 16:56:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75024/system-on-sleep-mode-wake-on-rtc" /><item><title>RE: System ON (sleep mode) wake on RTC</title><link>https://devzone.nordicsemi.com/thread/309579?ContentTypeID=1</link><pubDate>Wed, 12 May 2021 16:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32f5b0f1-8792-42b2-8d5c-b7a69108f4fc</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Hi Susheel,&lt;/p&gt;
&lt;p&gt;Thanks for your fast response.&amp;nbsp; Problem solved. I have now about 2.3uA while sleeping in SYSTEM_ON mode ! Unfortunately I do not fully understand what made the trick. I think what happened is this; After I posted I discovered that I COULD reach the low consumption if I called my sleep function first thing in main(). Obviously there was something that was not correctly switched off when I previously called it &amp;quot;later&amp;quot; in my code. However, I did this check at an earlier stage without noticing any difference . So what had changed ? The only thing I can think of is that I removed the USE_FPU compiler directive. Does anyone think this this could be a plausible cause ?&lt;/p&gt;
&lt;p&gt;Any how, I&amp;#39;m happy to be able to move on (for now ..)&lt;/p&gt;
&lt;p&gt;\Eric&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON (sleep mode) wake on RTC</title><link>https://devzone.nordicsemi.com/thread/309319?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 18:50:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5ace11e-d502-4b20-9d85-1e9ea153ebac</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Eric.&lt;/p&gt;
[quote user=""]However, as I understand it is not possible to wake-up on timer in this mode (Correct ?). [/quote]
&lt;p&gt;You are right, only the below events can be used to wakeup the chip from systemoff mode.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;The DETECT signal, optionally generated by the GPIO peripheral
The ANADETECT signal, optionally generated by the LPCOMP module
The SENSE signal, optionally generated by the NFC module to “wake-on-field”
A reset&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]Unfortunately the current here is stuck at, about, 6.5mA no matter what I try. Reading the datasheet I believe it should be possible to reach a figure below 10uA. Correct ?[/quote]
&lt;p&gt;&amp;nbsp;That depends, which Timer are you using as a wakeup source? (Timer or RTC) Timer works on hfclk (64MHz) and hence it will keep that clock active even in sleep if you configure that as a wakeup source. RTC is a better choice here as it works with LFCLK (32KHz) and lfclk consumes way less power.&amp;nbsp;Yes, it should be possible to get 10uA of average current with RTC configured as wakeup source with most of the peripherals turned off in system idle mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>