<?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>How do I configure s110, bootloader, app launching?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1376/how-do-i-configure-s110-bootloader-app-launching</link><description>So, how do I control where my app is going when gdb pushes it to the device? 
 I&amp;#39;m using s110 6.0.0, no boot loader. How do I make sure my app is going to where the SD will launch it? 
 If/when I add a boot loader, how do I make sure the boot loader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jan 2014 19:56:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1376/how-do-i-configure-s110-bootloader-app-launching" /><item><title>RE: How do I configure s110, bootloader, app launching?</title><link>https://devzone.nordicsemi.com/thread/6233?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2014 19:56:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1338a4-a18b-4a16-bb59-fcd0da99ca9b</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;Thanks, this helps.  I was running into the problem where I needed a mon sleep 1000 after the mon reset 0.&lt;/p&gt;
&lt;p&gt;An update to nan-29 would be helpful, especially if you go through the process using eclipse on the mac.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I configure s110, bootloader, app launching?</title><link>https://devzone.nordicsemi.com/thread/6232?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2014 10:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0681273-2287-46d9-8293-a48d3241e111</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;gdb will load the app based on where the linker script puts the different sections. The default linker scripts will place the application based on the existence and value of the USE_SOFTDEVICE Makefile define.&lt;/p&gt;
&lt;p&gt;There are currently no linker scripts or Makefiles for the bootloader in the SDK, but it should be fairly easy to modify the existing ones to put the bootloader at the correct address.&lt;/p&gt;
&lt;p&gt;Be aware that flashing the softdevice is a separate step from compiling and downloading the application. After having flashed a softdevice, you can download and erase an application as many times you want, without erasing or flashing the softdevice again.&lt;/p&gt;
&lt;p&gt;Have you seen &lt;a href="https://www.nordicsemi.com/eng/content/download/16271/261587/file/nAN-29%20%20nRF51%20Development%20with%20GCC%20and%20Eclipse%20Application%20Note%20v1.1.pdf"&gt;nAN-29&lt;/a&gt;? That explains how to set up Eclipse to work with a softdevice project. Also, you may have use in taking a look at &lt;a href="https://github.com/hlnd/nrf51-pure-gcc-setup"&gt;this repository&lt;/a&gt;, especially if you&amp;#39;re on Linux or OS X.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>