<?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>Calender implementation in nRF52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41509/calender-implementation-in-nrf52810</link><description>Dear Nordic, 
 I implemented a RTC calender in nRF52832 using RTC2 . I want to port this RTC calender to nRF52810 but 810 has 2 RTC. 
 RTC0 is used by softdevice and RTC1 is used by App timer is it right? 
 how i port my RTC calender to 810? 
 which RTC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Dec 2018 15:40:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41509/calender-implementation-in-nrf52810" /><item><title>RE: Calender implementation in nRF52810</title><link>https://devzone.nordicsemi.com/thread/161500?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 15:40:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50205507-ce89-4cbf-bc75-c254dbd134f9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I have not implemented a calendar using app_timer, so I do not know of any difficulties. There could be drifts related to the event handling, but it is still running of the RTC, so there should not be big difference from your separate implementation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calender implementation in nRF52810</title><link>https://devzone.nordicsemi.com/thread/161432?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 12:38:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca508898-d3c9-4d3a-92df-195b08b20d1a</guid><dc:creator>Alan Ajit</dc:creator><description>&lt;p&gt;Thanks for your replay. If i try implement calendar using app timer makes any difference ie, any time drift etc...&lt;/p&gt;
&lt;p&gt;Is it any difficulty if i manually implement this calendar using app timer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calender implementation in nRF52810</title><link>https://devzone.nordicsemi.com/thread/161426?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 12:29:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95b5f5df-4a96-4bb1-87c6-df7884f7d159</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are correct that RTC0 is used by softdevice and RTC1 is used by app timer. If you want to use your calendar on nRF52810, you either have so sacrifice one of the other uses (softdevice or app timer), or implement the calendar using app timer. There is only two RTCs available on this IC, this is the trade-off between price and features.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>