<?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 compare1 channel without interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11518/rtc1-compare1-channel-without-interrupt</link><description>I want to make a rtc calendar.As rtc1 compare channel 0 had been used by app_timer,so I use rtc1 compare channel 1 to generate interrupt very second. But the channel 1 didn&amp;#39;t generate interrupt.
Here is the configuration. 
 //channel 0 for app_timer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Jan 2016 03:09:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11518/rtc1-compare1-channel-without-interrupt" /><item><title>RE: RTC1 compare1 channel without interrupt</title><link>https://devzone.nordicsemi.com/thread/43547?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 03:09:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5b3bd67-ea85-470a-b17b-2901cafd7a98</guid><dc:creator>james</dc:creator><description>&lt;p&gt;Thanks Aryan.
I figure it out.Because NRF_RTC1-&amp;gt;CC[1] is incremented accumulation. And I didn&amp;#39;t set right value to NRF_RTC1-&amp;gt;CC[1],So it didn&amp;#39;t generate the interrupt.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 compare1 channel without interrupt</title><link>https://devzone.nordicsemi.com/thread/43546?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 11:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cfd015c-90f9-4043-bef0-d8f87fa3adda</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;can&amp;#39;t see anything wrong that should stop CC[1] interrupt being fired. The code can be largely optimized, but nothing wrong. Can you attach your project for me to check it on my desk. Which SDK version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 compare1 channel without interrupt</title><link>https://devzone.nordicsemi.com/thread/43544?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 10:07:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cded94ab-d3cc-42ad-9d51-74adc9f4f5c0</guid><dc:creator>james</dc:creator><description>&lt;p&gt;I&amp;#39;am afraid of time accuracy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 compare1 channel without interrupt</title><link>https://devzone.nordicsemi.com/thread/43545?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 10:03:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1674701-751e-42d0-bef2-96e72adc2a9e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You have to use APP_TIMER library to create a timer that calls your callback every 1 second.
I do not see any need to access RTC1 registers directly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>