<?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>RTC1 timer reset after sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13605/rtc1-timer-reset-after-sleep</link><description>I configured my system to sleep after inactivity time. 
 nrf_gpio_cfg_sense_input(WAKE_UP, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
 err_code = sd_power_system_off();
 
 when the system wake up from sleep (I use external acceleromter to wake</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 May 2016 06:10:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13605/rtc1-timer-reset-after-sleep" /><item><title>RE: RTC1 timer reset after sleep</title><link>https://devzone.nordicsemi.com/thread/51926?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 06:10:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:109b70c3-4ff4-4474-bd6f-c191a78b1941</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;system sleeping is executing ARM instruction __WFE (also called system idle) and SYSTEM OFF is deepest power state set by NRF_POWER-&amp;gt;SYSTEM_OFF register. These two are different things. RTC will keep on running in system_idle state even after it wakes up, but, in system_OFF state, it does not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 timer reset after sleep</title><link>https://devzone.nordicsemi.com/thread/51925?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 05:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40b69012-994e-4ef8-ba20-4ac092715fe4</guid><dc:creator>makouda</dc:creator><description>&lt;p&gt;answering this [question] (in the quetion comments) you said that &amp;quot; a nordic employee said&amp;quot; the RTC1 timer still running when the system is sleeping. if it&amp;#39;s running how can I prevent it from resetting at startup, I really need to trace the time spent on sleep (&lt;a href="https://devzone.nordicsemi.com/question/68976/nrf51-not-waking-up-if-sleep-time-exceed-5-hours/)"&gt;devzone.nordicsemi.com/.../)&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 timer reset after sleep</title><link>https://devzone.nordicsemi.com/thread/51924?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 18:29:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:016e6f3e-807a-4eab-aa96-7748742248b7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Wakeup from system off (not WFE) )will cause a system reset and hence will reset almost all of the peripherals (exceptions are RAM and few registers). RTC will also be rest on wakeup from system off.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>