<?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>Random 0x2001 (ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE) error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10744/random-0x2001-error_soc_nvic_interrupt_not_available-error</link><description>Note: I am using v8.0.0 of the s110 softdevice on the nrf51822. 
 I am developing an application with the nrf51822 that uses pstorage, bluetooth, and SPI reads/writes. 
 My application generally works as follows: 
 -The chip periodically wakes up to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Dec 2015 10:20:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10744/random-0x2001-error_soc_nvic_interrupt_not_available-error" /><item><title>RE: Random 0x2001 (ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE) error</title><link>https://devzone.nordicsemi.com/thread/40150?ContentTypeID=1</link><pubDate>Thu, 10 Dec 2015 10:20:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:768317b4-d5b8-408c-902c-65aa7a42d190</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Using RTC0 will definitely cause problems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Random 0x2001 (ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE) error</title><link>https://devzone.nordicsemi.com/thread/40151?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 22:15:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6b9e4e3-d5b7-4d67-b5fe-24f508e89e7a</guid><dc:creator>Sam Lauffenburger</dc:creator><description>&lt;p&gt;Ole - thanks for your response. I noticed that the RTC0 is &amp;quot;blocked&amp;quot; on that table. I am using RTC0 and TIMER1 to keep track of time for the device. I used the PPI to cause the RTC0 overflow event to increment the TIMER1-&amp;gt;count.&lt;/p&gt;
&lt;p&gt;I wonder if this is causing the issue. I&amp;#39;ll try switching to use RTC1 tonight and see if it resolves the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Random 0x2001 (ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE) error</title><link>https://devzone.nordicsemi.com/thread/40149?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 11:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c13002fb-3dce-49ae-8319-11a1ddf034bb</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Can you specify which function is returning the error code? It looks like this error code is only returned from the sd_nvic functions related to IRQ. The error is &amp;quot;IRQn is not available for the application&amp;quot;. Most likely this is because the code try to access peripherals that are blocked by the SoftDevice, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.130.sds.v1.0.0/sd_resource_reqs/hw_block_interrupt_vector.html?cp=2_7_2_0_10_2"&gt;here&lt;/a&gt; (should be the same for s110). For example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_nvic_EnableIRQ(RADIO_IRQn);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Will return error ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>