<?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>S120 on Dongle (PCA1000)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3567/s120-on-dongle-pca1000</link><description>I&amp;#39;m trying to write a central BLE with the dongle(PCA1000) using s120. 
I programmed s120 sd ver 1.0 the same way as the s110 with the nrFGO ver 1.17.
However i keep getting error during program execution. I&amp;#39;m not calling sd calls yet in my app. 
It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Sep 2014 13:46:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3567/s120-on-dongle-pca1000" /><item><title>RE: S120 on Dongle (PCA1000)</title><link>https://devzone.nordicsemi.com/thread/12936?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2014 13:46:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62414873-6f27-4638-bc46-0d23e2c024aa</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Jon&lt;/p&gt;
&lt;p&gt;My guess is that FLASH and/or RAM settings are not correct.&lt;/p&gt;
&lt;p&gt;In the ble_app_hrs gcc project you will see that ble_app_hrs.Makefile has by default&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;USE_SOFTDEVICE := S110
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;setting this to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;USE_SOFTDEVICE := S120
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;will not work because there is no S120 option defined in the Makefile.common file. So in order to make this work and actually use the gcc_nrf51_s120_xxaa.ld setting, you have to define a S120 option in the Makefile.common file.&lt;/p&gt;
&lt;p&gt;Another think that I see is that in the S120 KEIL examples in the SDK define FLASH length is 0x27000, but not 0x28000 as defined in the gcc_nrf51_s120_xxaa.ld file. So, try to change the FLASH length to 0x27000 in the gcc_nrf51_s120_xxaa.ld file to see if that makes any difference&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>