<?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>Multilink peripheral s110 v7.3.0, SDK v6.1.0 don&amp;#39;t start</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13579/multilink-peripheral-s110-v7-3-0-sdk-v6-1-0-don-t-start</link><description>Hi community, 
 I&amp;#39;m using the multi-link peripheral example from SDK v6.1.0 with s110 soft device version 7.3.0., this is cross-compiled with arm-none-eabi-gcc.
The both version are compatible as defined in the matrix compatibility. The device is a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 May 2016 09:29:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13579/multilink-peripheral-s110-v7-3-0-sdk-v6-1-0-don-t-start" /><item><title>RE: Multilink peripheral s110 v7.3.0, SDK v6.1.0 don't start</title><link>https://devzone.nordicsemi.com/thread/51791?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 09:29:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f59d968-b3ee-4bd0-957c-2389bfa14197</guid><dc:creator>paupoix</dc:creator><description>&lt;p&gt;Hi Aryan,&lt;/p&gt;
&lt;p&gt;You have right, the code which calls sd_ble_enable is surrounded by S110 preprocessor flag which is not defined in my project (not KEIL project).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multilink peripheral s110 v7.3.0, SDK v6.1.0 don't start</title><link>https://devzone.nordicsemi.com/thread/51790?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 09:19:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1b1a55c-7bee-4ce4-8d35-7995300a689a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That is because you have either not called sd_ble_enable function or the call for it has failed.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_ERROR_STK_BASE_NUM  (0x3000)    ///&amp;lt; STK error base

#define BLE_ERROR_NOT_ENABLED            (NRF_ERROR_STK_BASE_NUM+0x001) /**&amp;lt; @ref sd_ble_enable has not been called. */
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>