<?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>How to enter low power mode for NCS zephyr RTOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111451/how-to-enter-low-power-mode-for-ncs-zephyr-rtos</link><description>Hi Support Team 
 We use ncs to develop nRF52840 application and want to know how many low power mode do ncs have and how to enter these low power mode.We want the nRF52840 can be wake by RTC and get the lowest current consumption during low power mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 May 2024 10:48:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111451/how-to-enter-low-power-mode-for-ncs-zephyr-rtos" /><item><title>RE: How to enter low power mode for NCS zephyr RTOS</title><link>https://devzone.nordicsemi.com/thread/485781?ContentTypeID=1</link><pubDate>Fri, 24 May 2024 10:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd4343c3-6929-4770-a537-c1c0e1de5895</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;div&gt;nRF52840 supports two low-power modes: low-power mode and system-off mode.&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Low Power Mode&lt;/strong&gt;: In this mode, the application enters CPU sleep mode when the kernel is in an idle state, which means it has nothing to schedule. Wake-up events are interrupts triggered by one of the SoC peripheral modules, such as RTC or SystemTick.&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;System Off Mode&lt;/strong&gt;: This is the deepest power-saving mode the system can enter. In this mode, all core functionalities are powered down, and most peripherals are non-functional or non-responsive.&lt;/div&gt;
&lt;div&gt;See the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_power_profiling/README.html#overview"&gt; Bluetooth:Power Profiling sample&lt;/a&gt;, which explains a bit and also shows testing with the Power Profiler Kit.&lt;/div&gt;
&lt;div&gt;You can also read the device&lt;a href="https://docs.zephyrproject.org/latest/services/pm/device.html"&gt;&amp;nbsp;power management&amp;nbsp;&lt;/a&gt;section on Zephyr. As an example reference, take a look at the &lt;a href="https://docs.zephyrproject.org/2.6.0/samples/boards/nrf/system_off/README.html"&gt;system off demo sample&lt;/a&gt; from Zephyr. See the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power.html#app-power-opt"&gt;power optimisation section&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Kind Regards,&lt;/div&gt;
&lt;div&gt;Abhijith&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>