<?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>Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22616/issue-programming-example-on-s132-sdk12-13-with-pca10040</link><description>When I try to program an example with nRF go Studio from the new SDK12 or SDK13(fresh download) I get the following error: 
 
 It does not show up if I don&amp;#39;t program the softdevice first, but then ble doesen&amp;#39;t works.
I also get an error in keil where</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Jun 2017 22:36:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22616/issue-programming-example-on-s132-sdk12-13-with-pca10040" /><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88961?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 22:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7cd85a7-faaf-4261-b18a-faa025cd3ba1</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Ok, make sure to review the API changes for your current sdk and softdevice. Also, some of the library files will change. Occasionally you can just modify your existing library files to move to a new SD.
You really have to just read through the release notes to figure out what to change when moving through code versions. I have never found an easier way to do it. Even Android just gives me a bunch of compiler errors and deprecated notices when they update Android Studio. So Android OS isn&amp;#39;t easier. Same too for iOS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88960?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 22:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef3caac0-7f44-4be5-bd24-ae97c7ebbe20</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;Yes, I actually already did a custom pcb and firmware for it but using SDK11, and now I&amp;#39;m migrating it to the new SDK, but a lot things don&amp;#39;t match with the new SDK and I keep running into things to patch.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88964?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 21:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5dda4c8-caa0-4fa5-85b1-412d20c09282</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;And, after looking at the file name in your error msg above, yes your hex image already includes the SD.
Just erase all and load image as application.
The segger will give you a virtual uart (com port). You will see it show up in your OS. I think you can configure the port number from nRFgo if you wish.  Then you can use any terminal application or something else to move data to the connected blue tooth device.
The mating smartphone app for the uart example, I think just gives you a terminal interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88963?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 21:07:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:717bdb5d-e2b5-4f51-a5bb-a6d2249dfc4d</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;You can load the precompiled examples with the version of the SD that they were intended for.&lt;/p&gt;
&lt;p&gt;However, most examples have precompiled hex images that include the SD already.  You can tell which ones do since they include the SD type in the file name (eg, ble_app_beacon_s132_pca10040.hex). Also the files are rather big.&lt;/p&gt;
&lt;p&gt;Since these already include the SD you just do an erase all and then load them as &amp;quot;application&amp;quot; in nRFgo Studio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88962?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 20:55:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2175d26-855b-4820-aad5-abe06b48a45d</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;Does that mean that I can&amp;#39;t load the precompiled example on its own?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue programming example on S132 SDK12/13 with PCA10040</title><link>https://devzone.nordicsemi.com/thread/88959?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 20:52:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed8db9d1-236a-46de-ab2c-9e0cbde7fde0</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;You need to set the starting memory address IROM1 START in options for target.
Most versions of the SoftDevice have different memory requirements.
Your application needs to start after the SD.
Review the release notes for your SD for the correct memory settings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>