<?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>Is code size will be issue for advertisement when sd is enabled</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/823/is-code-size-will-be-issue-for-advertisement-when-sd-is-enabled</link><description>Hi, 
 I have Nordic Nrf51822 custom board. 
 in that we have spi Nor flash. 
 i check the spi read and write with an application without soft device enabled. 
 which is working fine. 
 but when i flash soft device hex file. 
 i am not able to get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Nov 2013 11:42:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/823/is-code-size-will-be-issue-for-advertisement-when-sd-is-enabled" /><item><title>RE: Is code size will be issue for advertisement when sd is enabled</title><link>https://devzone.nordicsemi.com/thread/4079?ContentTypeID=1</link><pubDate>Mon, 04 Nov 2013 11:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b8b25a9-8aeb-4712-b2eb-734c100eaf72</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Do you check the error code of sd_softdevice_enable(), and have put a breakpoint in the app_error_handler()? As I&amp;#39;ve said before, you should make sure to have an infinite loop in app_error_handler to make errors like this easy to catch.&lt;/p&gt;
&lt;p&gt;It seems likely that enabling the softdevice fails for some reason, most likely either because you use an illegal interrupt priority for something, or because you have enabled an interrupt that the softdevice needs for itself, as shown in the SoftDevice Specification. It&amp;#39;s impossible to say for sure without knowing the contents of Driver_Init().&lt;/p&gt;
&lt;p&gt;PS: If you use code-tags around your code, it becomes much easier to read your code! The syntax is [ code ] your code [ /code ] without spaces.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
void some_function(void)
{
}

&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>