<?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>Extending RTC beyond 24 bits</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27597/extending-rtc-beyond-24-bits</link><description>I am looking to extend the RTC beyond 24 bits using the Overflow interrupt.
The code in the rtc handler would look like: 
 static void rtc_handler(nrf_drv_rtc_int_type_t int_type)
{
 if (int_type == NRF_DRV_RTC_INT_OVERFLOW)
 {
 ticks_overflow+</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 26 Nov 2017 21:14:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27597/extending-rtc-beyond-24-bits" /><item><title>RE: Extending RTC beyond 24 bits</title><link>https://devzone.nordicsemi.com/thread/108990?ContentTypeID=1</link><pubDate>Sun, 26 Nov 2017 21:14:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b26846b6-29b9-4e58-b78a-0b3ed85fa9ef</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Yes just disabling the RTC interrupt is all you need to do and if the condition occurs during the disabled interrupt it will just fire when you enable it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>