<?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>Problems using SDKv15.3.0 and S140 v6.1.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45721/problems-using-sdkv15-3-0-and-s140-v6-1-1</link><description>Using Rowley Crossstudio for ARM. 
 Using SDK V15.3.0 and S140 V6.1.1 
 When calling sd_softdevice_enable(..) it returns 0x1001 ( SVC handler missing ). Any suggestions ?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Apr 2019 08:32:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45721/problems-using-sdkv15-3-0-and-s140-v6-1-1" /><item><title>RE: Problems using SDKv15.3.0 and S140 v6.1.1</title><link>https://devzone.nordicsemi.com/thread/180206?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 08:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49bd8811-32e6-474c-80bd-0837e307fdd9</guid><dc:creator>Aune</dc:creator><description>&lt;p&gt;My bad, i read the error code from the nrf_error.h, not the nrf_error_sdm.h.&lt;/p&gt;
&lt;p&gt;But you were correct. I&amp;#39;m using&amp;nbsp;the LF clock to run RTC1 for my system clock, thus the interrupt was enabled, once I removed this line the sd_softdevice_enable returned 0.&lt;/p&gt;
&lt;p&gt;But I still need the LF clock to run at all times, but I guess since softdevice uses the same clock I can just enable softdevice first, then rely on that the LF clock is always on as long as softdevice is enabled ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems using SDKv15.3.0 and S140 v6.1.1</title><link>https://devzone.nordicsemi.com/thread/180177?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 07:47:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e4ec36d-1ad6-4b0d-8e84-9ff3ec758cfc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Error code 0x1001 means&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S132/v6-1-0/group__nrf__sdm__error#ga5e01566a9b1b0f6fdec349198401e5bd"&gt;NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION&lt;/a&gt;. The API documentation give the following hint to what is causing this:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;Incorrect interrupt configuration (can be caused by using illegal priority levels, or having enabled SoftDevice interrupts).&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Did you configure any peripherals using the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_Spec/s132/latest/SDS/s1xx/processor_avail_interrupt_latency/exception_mgmt_sd"&gt;interrupt priority levels reserved for the softdevice&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>