<?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 implement time stamp in nrf52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16165/how-to-implement-time-stamp-in-nrf52</link><description>Hi, 
 I have nrf52 DK and sdk11.
I want to implement the time using internal RTC , the clock should run if the power is off ,i&amp;#39;m implementing in central code ,it has to scan the beacons and send the data to UART with timestamp.
Is there any example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Sep 2016 08:46:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16165/how-to-implement-time-stamp-in-nrf52" /><item><title>RE: how to implement time stamp in nrf52</title><link>https://devzone.nordicsemi.com/thread/61694?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2016 08:46:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df44f727-ed75-4be2-8f08-3de053aff987</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Prudhvi&lt;/p&gt;
&lt;p&gt;Perhaps the System On mode is what you are asking for. In System On, all peripheral block can be enabled, including RTC. Normal operation in beacon example, as any BLE example in the SDK, is to disable the CPU by calling power_manage in the main loop. RTC will run in the background even though the CPU is disabled. Further information is found in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=2_2_0_17_2#unique_737456503"&gt;Power chapter in the nRF52 PS&lt;/a&gt;. Information in the &lt;a href="https://devzone.nordicsemi.com/tutorials/11/"&gt;nRF51 current consumption guide&lt;/a&gt;, section &amp;quot;Low power mode with BLE softdevice&amp;quot; also includes some information about System On low power mode that also applies to the nRF52.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to implement time stamp in nrf52</title><link>https://devzone.nordicsemi.com/thread/61693?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2016 10:38:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9a62def-a0e1-4450-8362-aded1ebc244e</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Internal RTC should run when power is off? how?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>