<?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>Custom Bootloader nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30047/custom-bootloader-nrf52832</link><description>I&amp;#39;ve got an mBed application that includes a softdevice (s132 - 2.0.1) that is installed at 0x00000-0x520000 and works as required. I created a test bootloader using the example &amp;quot;blinky&amp;quot; from the nRF52 SDK14 (no softdevice). I load this at 0x78000. When</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Jan 2018 03:41:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30047/custom-bootloader-nrf52832" /><item><title>RE: Custom Bootloader nRF52832</title><link>https://devzone.nordicsemi.com/thread/119341?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2018 03:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6687ede-6d2a-45cb-8591-85e74b5872b2</guid><dc:creator>NewAce</dc:creator><description>&lt;p&gt;OK, figured it out. I&amp;#39;m using the IoT bootloader example in SDK 14.2 (/examples/iot/bootloader) and configured the Makefile to set the MAIN_APPLICATION_START_ADDR to 0x1c000 and CODE_REGION_1_START to 0x1c000 as well. In main.c, I only have some led blinking to confirm that I am in the bootloader before calling  nrf_bootloader_app_start(MAIN_APPLICATION_START_ADDR) and that&amp;#39;s it. I am not calling nrf_bootloader_init(). The main application at 0x1c000 is then called. The main application uses mBed with BLE and this works as required. Hope this helps someone else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>