<?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>BLE Init conflicting with Interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17855/ble-init-conflicting-with-interrupt</link><description>I try to add an BLE function with &amp;quot;ble_stack_init&amp;quot;. The problem is that after executing this function, the interrupt doesn&amp;#39;t work (I add a function in the interrupt, but it doesn&amp;#39;t execute anymore). Does somebody give me some suggestions? Thanks. 
 The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Nov 2016 13:31:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17855/ble-init-conflicting-with-interrupt" /><item><title>RE: BLE Init conflicting with Interrupt</title><link>https://devzone.nordicsemi.com/thread/68825?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2016 13:31:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dabf3c08-d8ff-4796-880b-1f8e3d684c75</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Which timer do you use? Timer 0 is used by the softdevice and is blocked the application, see &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.sds%2Fdita%2Fsoftdevices%2Fs130%2Fsd_resource_reqs%2Fhw_block_interrupt_vector.html&amp;amp;cp=2_3_0_0_6_0"&gt;the softdevice specification&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Init conflicting with Interrupt</title><link>https://devzone.nordicsemi.com/thread/68827?ContentTypeID=1</link><pubDate>Sun, 20 Nov 2016 04:41:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a110e6f-a864-4e34-9275-763b7c87d18c</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;So look up error code 1 and find out what it is then go fix the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Init conflicting with Interrupt</title><link>https://devzone.nordicsemi.com/thread/68826?ContentTypeID=1</link><pubDate>Sun, 20 Nov 2016 03:13:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38bade00-51bb-4bec-b2c9-760ff15eda82</guid><dc:creator>kejun</dc:creator><description>&lt;p&gt;Additional information, I found there is an error after the executing of
&amp;quot;err_code = softdevice_enable_get_default_config(CENTRAL_LINK_COUNT,
PERIPHERAL_LINK_COUNT,
&amp;amp;ble_enable_params);&amp;quot;
in the &amp;quot;ble_stack_init&amp;quot; function.&lt;/p&gt;
&lt;p&gt;err_code return value is &amp;quot;1&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>