<?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>track time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11098/track-time</link><description>I want to use a timer to track time. Like having a variable that shows minutes/seconds/ms/etc.
But I don&amp;#39;t know how to do with that.I want to use the rtc, but rtc1 had been used by app_timer
and the rtc0 will be affected by Timer0,1,2.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Jan 2016 03:43:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11098/track-time" /><item><title>RE: track time</title><link>https://devzone.nordicsemi.com/thread/41538?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2016 03:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee728bd4-0945-4cad-9b2a-2c154107dd03</guid><dc:creator>james</dc:creator><description>&lt;p&gt;thanks,finally I use another channel of RTC1 for the base of clock ticks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: track time</title><link>https://devzone.nordicsemi.com/thread/41540?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2016 03:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:649b27d1-74d3-4e6c-8244-37e2a946b248</guid><dc:creator>james</dc:creator><description>&lt;p&gt;thanks,finally I use another channel of RTC1 for the base of clock ticks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: track time</title><link>https://devzone.nordicsemi.com/thread/41537?ContentTypeID=1</link><pubDate>Thu, 31 Dec 2015 21:50:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1af82fb1-6c26-498b-91f0-284803e7c240</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;Create your own app timer that uses rtc1 and keeps running so you can keep track of the current time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: track time</title><link>https://devzone.nordicsemi.com/thread/41536?ContentTypeID=1</link><pubDate>Thu, 31 Dec 2015 12:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:871a3076-ff31-41da-8df3-47f6be2fc854</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;RTC1 is used by app_timer, but you could use an app_timer to count your ticks. I have no idea what you mean by &amp;#39;rtc0 will be affected by TImer 0,1,2&amp;#39; because RTC0 and TIMER0, TIMER1 and TIMER2 are entirely different things and they aren&amp;#39;t affected by each other at all. However RTC0 is used by the softdevice, as is TIMER0, so you can&amp;#39;t use either of those.&lt;/p&gt;
&lt;p&gt;Trivially you set up an app_timer to call you on a regular basis and count ticks. Probably won&amp;#39;t be as accurate as you want because the RTC accuracy is good enough for bluetooth, but will drift over the course of days more than you want for a good timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: track time</title><link>https://devzone.nordicsemi.com/thread/41539?ContentTypeID=1</link><pubDate>Thu, 31 Dec 2015 11:05:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbcab0d7-9524-45b2-86de-769b868f7b44</guid><dc:creator>paulus</dc:creator><description>&lt;p&gt;I was trying a lot of solution how to do it but in result I decided to add external rtc component I&amp;#39;m using pcf8563 and for me this is the simplest solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>