<?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 to change the start address of the bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2725/how-to-change-the-start-address-of-the-bootloader</link><description>Hi: 
 I want to add some code to the nRF51822 bootloader.But lack of code space. Whether I can modify the start address of the bootloader??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Jun 2014 02:21:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2725/how-to-change-the-start-address-of-the-bootloader" /><item><title>RE: How to change the start address of the bootloader</title><link>https://devzone.nordicsemi.com/thread/10596?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2014 02:21:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f0f7728-13ec-4f1e-a05e-674cbe937ad4</guid><dc:creator>jixing.zou</dc:creator><description>&lt;p&gt;Hi
I found #define NRF_UICR_BOOT_START_ADDRESS  (NRF_UICR_BASE + 0X14), this is the bootloader start address stored in UICR_FWID register. So I want to change it. I found SoftDevice always set it to 0x0003c800. Even if you changed it, softdevice will reset it to 0x0003c800.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the start address of the bootloader</title><link>https://devzone.nordicsemi.com/thread/10595?ContentTypeID=1</link><pubDate>Mon, 09 Jun 2014 12:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01a1773f-90ee-4948-b65e-b3f4b591844d</guid><dc:creator>John</dc:creator><description>&lt;p&gt;At a minimum you will need to change:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The IROM1 start and size setting is in the project options window, target tab.&lt;/li&gt;
&lt;li&gt;The #define BOOTLOADER_REGION_START in dfu_types.h&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;There may be others, but these are the ones that I am aware of.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>