<?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 Sys ON low power mode on nRF52 series and wake up by RTC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36466/how-to-enter-sys-on-low-power-mode-on-nrf52-series-and-wake-up-by-rtc</link><description>Hello, 
 we want to evaluate the nRF52832 chip with a example project. This project has the following functions: 
 - low power 
 - system wakeup by RTC running with external 32 kHz crystal 
 - while in idle or sleep 64 k RAM retention 
 - when RTC wakes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jul 2018 12:00:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36466/how-to-enter-sys-on-low-power-mode-on-nrf52-series-and-wake-up-by-rtc" /><item><title>RE: How to enter Sys ON low power mode on nRF52 series and wake up by RTC</title><link>https://devzone.nordicsemi.com/thread/140383?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 12:00:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:463df0b8-45e9-489a-9e4c-99e81a8e6de8</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;See&amp;nbsp;&lt;a title="nrf_pwr_mgmt_run" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__pwr__mgmt.html?cp=4_0_0_6_11_38_7#ga4ed9cb21c98d64130c12eb8490821673"&gt;nrf_pwr_mgmt_run&lt;/a&gt;&amp;nbsp;API docs. It puts the system into SystemON by running the following three lines of code after doing some graceful shutdown stuff:&lt;br /&gt;__WFE;&lt;br /&gt;__SEV;&lt;br /&gt;__WFE;&lt;br /&gt;&lt;br /&gt;Any interrupt or peripheral EVENT will wake up the CPU, you can therefore set up the RTC to fire a COMPARE MATCH EVENT after 3s with the RTC example in SDK15\examples\peripheral\rtc, or by using the &lt;a title="Application Timer" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__app__timer.html?cp=4_0_0_6_11_54"&gt;Application Timer&lt;/a&gt; library.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;RAM is always retained in SystemON sleep, see&amp;nbsp;&lt;a title="nrf_power_rampower_mask_on" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__power__hal.html?cp=4_0_0_6_9_0_10_2_39#ga8ef9745ad414a8b9c8dd1f21de885b07"&gt;nrf_power_rampower_mask_on&lt;/a&gt;&amp;nbsp;to set the RAM retention if you&amp;#39;re going into SystemOff.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>