<?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>RTC function using sleep mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25867/rtc-function-using-sleep-mode</link><description>Im working on 14.0 and s132 and work inside ble_uart code...i was add rtc inside that code sucsessfully but now.. when device goes to sleep so rtc interrupt handler function not calling stop... so, can i use rtc for time counter inside sleep mode....</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Oct 2017 06:16:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25867/rtc-function-using-sleep-mode" /><item><title>RE: RTC function using sleep mode</title><link>https://devzone.nordicsemi.com/thread/101884?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 06:16:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:573c55b4-6803-4575-a391-77525910d098</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;What do you mean by sleep? If this is POWER ON SLEEP (WFI/WFE equivalent) then you should get RTC counter compare interrupt if you set everything properly. If you talk about SYSTEM OFF mode then RTC is stopped there and won&amp;#39;t wake you up. There are RTC examples in SDK, which exactly do you use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>