<?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>LFCLK: The interrupt that never came.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14888/lfclk-the-interrupt-that-never-came</link><description>I&amp;#39;m doing a more complex application than what I&amp;#39;m showing here, but I&amp;#39;ve reduced it to the minimum. I&amp;#39;m initializing the RTC subsystem, creating a timer, and starting that timer. 
 I have the S130 SoftDevice installed on my nRF51422 DK board (Nordic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Jul 2016 18:03:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14888/lfclk-the-interrupt-that-never-came" /><item><title>RE: LFCLK: The interrupt that never came.</title><link>https://devzone.nordicsemi.com/thread/56839?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2016 18:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa92e819-808e-432f-884e-9322a263e42b</guid><dc:creator>Mark W. Schumann</dc:creator><description>&lt;p&gt;That does it. The new code has something like this, plus error checking and such:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_softdevice_enable(clock_source, assertion_handler);
nrf_drv_clock_init();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And now I am in fact getting timer interrupts. Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LFCLK: The interrupt that never came.</title><link>https://devzone.nordicsemi.com/thread/56838?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2016 13:20:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a067e679-6604-4832-8d0f-22d67917af51</guid><dc:creator>Paolo D</dc:creator><description>&lt;p&gt;Maybe the problem is that the LFCLK clock isn&amp;#39;t being started. Even if the RTC peripheral is set up properly it won&amp;#39;t count until LFCLK is started.
According to the documentation for APP_TIMER_INIT, if you aren&amp;#39;t using the SoftDevice you have to start it manually. Just having the SoftDevice installed in flash isn&amp;#39;t sufficient; you have to initialize it from the main function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>