<?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>nrf51 RTC interrupt not occurring</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62922/nrf51-rtc-interrupt-not-occurring</link><description>Hi! I&amp;#39;m configuring RTC on nrf51822. I&amp;#39;m setting up the LFCLK and RTC module by configuring their registers. I have set up a simple IRQ handler, but it seems that it never happens to execute. What can I be missing? This is my source code:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jun 2020 12:28:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62922/nrf51-rtc-interrupt-not-occurring" /><item><title>RE: nrf51 RTC interrupt not occurring</title><link>https://devzone.nordicsemi.com/thread/257134?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 12:28:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7206b507-8e42-4393-b1e0-f2e3d95ada12</guid><dc:creator>damianb50</dc:creator><description>&lt;p&gt;That&amp;#39;s it! I forgot to place&lt;/p&gt;
&lt;div style="background-color:#1e1e1e;color:#d4d4d4;font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#9cdcfe;"&gt;NRF_RTC0&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;-&amp;gt;&lt;/span&gt;&lt;span style="color:#9cdcfe;"&gt;TASKS_START&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;&amp;nbsp;=&amp;nbsp;&lt;/span&gt;&lt;span style="color:#b5cea8;"&gt;1&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;in rtc config function.&lt;/p&gt;
&lt;p&gt;Accessing peripherals directly on a low level gives me much better feeling of control on what&amp;#39;s happening in my program. Also I don&amp;#39;t have to import so many of libraries and dependencies to perform a simple task.&lt;/p&gt;
&lt;p&gt;Thanks a lot for the hint!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 RTC interrupt not occurring</title><link>https://devzone.nordicsemi.com/thread/256861?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2020 10:05:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f548a4c9-8e62-4f58-a6b9-d43dc97bd1c7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Where are you starting the RTC peripheral? why are you not using &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.3.0%2Fgroup__nrf__drv__rtc.html&amp;amp;resultof=%22%6e%72%66%5f%64%72%76%5f%72%74%63%5f%69%6e%69%74%22%20"&gt;nrf_drv_rtc_xxx &lt;/a&gt;API instead of accessing the RTC directly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>