<?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>What are ultra low power options with RTC wakeup?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114626/what-are-ultra-low-power-options-with-rtc-wakeup</link><description>I&amp;#39;m switching from STM32 to nRF52840 and it&amp;#39;s for a battery-operated device that only wakes up every few hours and only stays awake for about 10 seconds. With the STM32 (and using bare-metal), I had multiple low-power states to choose from and I went</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Sep 2024 08:10:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114626/what-are-ultra-low-power-options-with-rtc-wakeup" /><item><title>RE: What are ultra low power options with RTC wakeup?</title><link>https://devzone.nordicsemi.com/thread/502052?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2024 08:10:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36310048-ba06-4f07-8226-763e0e967837</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You&amp;#39;re correct in your understanding. The nRF52840 offers two low-power sleep modes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;System On Sleep (also called IDLE sleep):&lt;/strong&gt; In this mode, the CPU enters a low-power state by executing &lt;code&gt;_wfe()&lt;/code&gt;. It remains in this state until an interrupt is triggered. The current consumption in this mode is typically around 2 µA, and the CPU can quickly resume execution directly from where it left off.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;System Off Sleep:&lt;/strong&gt; This is the lowest power mode, where the CPU&amp;#39;s core functionality, along with peripherals and clocks, is turned off. The CPU can only be awakened by a reset, a GPIO signal, an NFC wake-on-field event, a VBUS_Detect event, or the LPCOMP. When the CPU wakes from System Off Sleep, it performs a power-on reset, meaning the device will reinitialize.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Could you clarify your concerns about performing a reset after System Off Sleep, and what are your specific low-power requirements?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>