<?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>RTC0 Tick + PPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3996/rtc0-tick-ppi</link><description>/** Configures the RTC with TICK for 8Hz
 */
static void rtc0_config(void)
{ 
 NRF_RTC0-&amp;gt;PRESCALER = 4095; 
 NRF_RTC0-&amp;gt;INTENSET = RTC_INTENSET_TICK_Msk;
	NVIC_EnableIRQ(RTC0_IRQn);
}

/** Init RTC0
*/
static void RTC0_init(void)
{
	NRF_RTC0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Oct 2014 16:40:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3996/rtc0-tick-ppi" /><item><title>RE: RTC0 Tick + PPI</title><link>https://devzone.nordicsemi.com/thread/14354?ContentTypeID=1</link><pubDate>Tue, 07 Oct 2014 16:40:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c59dad4f-c9be-4d0b-b622-c4918d0aa79d</guid><dc:creator>Jose Xavier</dc:creator><description>&lt;p&gt;You&amp;#39;re right, I confuse interrupts with events.&lt;/p&gt;
&lt;p&gt;Thank you :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC0 Tick + PPI</title><link>https://devzone.nordicsemi.com/thread/14353?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2014 17:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62b5c23-4632-4995-9bc3-a839bfb1f93d</guid><dc:creator>Audun</dc:creator><description>&lt;p&gt;Hi Jose,&lt;/p&gt;
&lt;p&gt;with the RTC peripheral, you must explicitly enable event generation using the EVTEN registers.
To enable the tick event, add the following to your RTC0 initialization:
&lt;strong&gt;NRF_RTC0-&amp;gt;EVTENSET = (RTC_EVTENSET_TICK_Enabled &amp;lt;&amp;lt; RTC_EVTENSET_TICK_Pos);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,
Audun&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>