<?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>sd_softdevice_enable error 4097</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24689/sd_softdevice_enable-error-4097</link><description>I&amp;#39;m trying to launch my app on a custom board with nrf52 after a successful launching on DK. The problem is here: err_code = sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler); 
 I use internal RC as oscillator and init it like: 
 #define</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 27 Aug 2017 05:02:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24689/sd_softdevice_enable-error-4097" /><item><title>RE: sd_softdevice_enable error 4097</title><link>https://devzone.nordicsemi.com/thread/97170?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 05:02:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b32fe8e3-76e3-4635-bc2c-ee0135c67cf1</guid><dc:creator>levshkatov</dc:creator><description>&lt;p&gt;endnode, Thanks for help! I checked definition of S132, it was ok. I run Nordic template project and it goes well. So I will try to find error in my program and write here if I couldn&amp;#39;t do it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sd_softdevice_enable error 4097</title><link>https://devzone.nordicsemi.com/thread/97169?ContentTypeID=1</link><pubDate>Sat, 26 Aug 2017 21:01:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:592c2cfd-1095-4bdf-b401-de0c751309cf</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Also if you find &lt;code&gt;sd_softdevice_enable&lt;/code&gt; function signature in SDK header files and look to &lt;code&gt;\components\softdevice\s132\headers\nrf_error_sdm.h&lt;/code&gt; then you see that your problem is actually is &lt;code&gt;NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION&lt;/code&gt; meaning it is really related to interrupt setting. Have you based your project on any SDK example? If yes then try to go back and compare all nasty changes which you did. If not then you will probably need to share more from your project so Nordic support team could look into it...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sd_softdevice_enable error 4097</title><link>https://devzone.nordicsemi.com/thread/97168?ContentTypeID=1</link><pubDate>Sat, 26 Aug 2017 20:55:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2862aa9c-366c-4aab-acef-c8979da6b293</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Yes, if you are using SDK files which are using these constructions then you need to define &lt;code&gt;S132&lt;/code&gt; globally in your project (typically in Makefile or Keil project config...) See SDK examples, it&amp;#39;s all there. Also few blog posts explaining Nordic approach to Makefile can explain that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>