<?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 interrupt not triggering</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38310/rtc1-interrupt-not-triggering</link><description>I&amp;#39;m having some trouble getting interrupt from RTC1. I&amp;#39;m initialising as follows. 
 
 I have an interrupt function as follows. 
 
 I&amp;#39;m using the gcc_startup-script. We&amp;#39;re not using the SDK. I&amp;#39;m not getting any errors from SoftDevice and everything seems</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Sep 2018 12:42:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38310/rtc1-interrupt-not-triggering" /><item><title>RE: RTC1 interrupt not triggering</title><link>https://devzone.nordicsemi.com/thread/148021?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 12:42:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51117a50-d78d-4a3d-919d-0bc3db986bd3</guid><dc:creator>obbe</dc:creator><description>&lt;p&gt;Thanks for your answer. I&amp;#39;m curious what the reasoning is that you need to both enable the interrupts and set the flags? In other architectures I&amp;#39;ve used you only needed enabling the specific interrupt you were interested in (even if the interrupt routine was the same for multiple sources).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC1 interrupt not triggering</title><link>https://devzone.nordicsemi.com/thread/147858?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 18:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a244d05-8d9f-41b1-a917-3af9414a8f3b</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;INTENSET set which events can trigger the RTC1_IRQ.&lt;/p&gt;
&lt;p&gt;NVIC_EnableIRQ() determenes wheter the RTC1_IRQ line can interrupt the CPU core at all.&lt;/p&gt;
&lt;p&gt;There are cases when you don&amp;#39;t want specific interrupts to occur.&lt;/p&gt;
&lt;p&gt;Remember to use NVIC_SetPriority(), this is required for softdevice - the default priority zero is not available for application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>