<?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>RTC initialization with softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12283/rtc-initialization-with-softdevice</link><description>I am building my application up on the ant_scalable_encrypted_tx example. I want to use RTC too, for that I took an example code off of the rtc example. 
 The problem is that I am getting 0x1001 error code (which stands for &amp;quot;Incorrect interrupt configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Mar 2016 18:49:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12283/rtc-initialization-with-softdevice" /><item><title>RE: RTC initialization with softdevice</title><link>https://devzone.nordicsemi.com/thread/46432?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2016 18:49:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54b2507b-2933-4204-b513-cdfd2ad18832</guid><dc:creator>Sven</dc:creator><description>&lt;p&gt;Thank you that was it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC initialization with softdevice</title><link>https://devzone.nordicsemi.com/thread/46431?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2016 14:55:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:824145c4-09f3-4874-9065-d302e6d966f8</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;RTC0 is protected peripheral for softdevice. You can use RTC1 instead. When you call softdevice_handler_init which inturn enables the softdevice, check is made if any protected peripherals are being configured. Error code that you mentioned is returned when softdevice finds that application is using protected peripherals.&lt;/p&gt;
&lt;p&gt;your second question, that seems like a hardfault, because the driver is trying to touch protected peripheral. Like I said, use RTC1 instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>