<?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 clear RTC interrupt?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6947/how-to-clear-rtc-interrupt</link><description>Hi all, 
 I have an TICK interrupt on RTC1 on nRF51822, but the program keeps cycling in the interrupt - as if the interrupt is never cleared? 
 Here&amp;#39;s my code: 
 void RTC1_IRQHandler(void) {

// Clear all events (also unexpected ones)
 NRF_RTC1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 May 2015 17:10:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6947/how-to-clear-rtc-interrupt" /><item><title>RE: How to clear RTC interrupt?</title><link>https://devzone.nordicsemi.com/thread/24499?ContentTypeID=1</link><pubDate>Thu, 07 May 2015 17:10:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54371bea-3427-426d-9498-66041c98643a</guid><dc:creator>Texton</dc:creator><description>&lt;p&gt;Found the problem.. Turns out that there was no prescaler on the RTC timer, and therefore the interrupt couldn&amp;#39;t be executed fast enough.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>