<?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>Embedded Studio With Bootloader + Application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26765/embedded-studio-with-bootloader-application</link><description>All, 
 I&amp;#39;m relatively new with the Nordic Ecosystem and have been playing with the example projects on the nRF52 DK and have successfully gotten several examples up and running including &amp;#39;Blinky&amp;#39; and &amp;#39;Bootloader Secure BLE.&amp;#39; In addition, I have successfully</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Feb 2018 00:08:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26765/embedded-studio-with-bootloader-application" /><item><title>RE: Embedded Studio With Bootloader + Application</title><link>https://devzone.nordicsemi.com/thread/121325?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2018 00:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7f631e2-47b5-47c1-9861-2b2cd239caaf</guid><dc:creator>slayer49</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I know this is very late, but I struggled with this for quite a while.&amp;nbsp; The solution I found to load the SoftDevice, Bootloader, and Application in Segger Embedded Studio with additional load files was to add the following lines to Segment Placement Macros in Edit Options-&amp;gt;Linker&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uicr_bootloader_start_address RX 0x10001014 0x4
bootloader_settings_page RX 0x0007F000 0x1000
mbr_params_page RX 0x0007E000 0x1000
uicr_mbr_params_page RX 0x10001018 0x4&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And add the following XML sections to flash_placement.xml:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;  &amp;lt;MemorySegment name=&amp;quot;bootloader_settings_page&amp;quot; start=&amp;quot;0x0007F000&amp;quot; size=&amp;quot;0x1000&amp;quot;&amp;gt;
    &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;No&amp;quot; name=&amp;quot;.bootloader_settings_page&amp;quot; address_symbol=&amp;quot;__start_bootloader_settings_page&amp;quot; end_symbol=&amp;quot;__stop_bootloader_settings_page&amp;quot; start = &amp;quot;0x0007F000&amp;quot; size=&amp;quot;0x1000&amp;quot; /&amp;gt;
  &amp;lt;/MemorySegment&amp;gt;
  &amp;lt;MemorySegment name=&amp;quot;mbr_params_page&amp;quot; start=&amp;quot;0x0007E000&amp;quot; size=&amp;quot;0x1000&amp;quot;&amp;gt;
    &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;No&amp;quot; name=&amp;quot;.mbr_params_page&amp;quot; address_symbol=&amp;quot;__start_mbr_params_page&amp;quot; end_symbol=&amp;quot;__stop_mbr_params_page&amp;quot; start = &amp;quot;0x0007E000&amp;quot; size=&amp;quot;0x1000&amp;quot; /&amp;gt;
  &amp;lt;/MemorySegment&amp;gt;
  &amp;lt;MemorySegment name=&amp;quot;uicr_bootloader_start_address&amp;quot; start=&amp;quot;0x10001014&amp;quot; size=&amp;quot;0x4&amp;quot;&amp;gt;
    &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;Yes&amp;quot; name=&amp;quot;.uicr_bootloader_start_address&amp;quot; address_symbol=&amp;quot;__start_uicr_bootloader_start_address&amp;quot; end_symbol=&amp;quot;__stop_uicr_bootloader_start_address&amp;quot; start = &amp;quot;0x10001014&amp;quot; size=&amp;quot;0x4&amp;quot; /&amp;gt;
  &amp;lt;/MemorySegment&amp;gt;
  &amp;lt;MemorySegment name=&amp;quot;uicr_mbr_params_page&amp;quot; start=&amp;quot;0x10001018&amp;quot; size=&amp;quot;0x4&amp;quot;&amp;gt;
    &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;Yes&amp;quot; name=&amp;quot;.uicr_mbr_params_page&amp;quot; address_symbol=&amp;quot;__start_uicr_mbr_params_page&amp;quot; end_symbol=&amp;quot;__stop_uicr_mbr_params_page&amp;quot; start = &amp;quot;0x10001018&amp;quot; size=&amp;quot;0x4&amp;quot; /&amp;gt;
  &amp;lt;/MemorySegment&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded Studio With Bootloader + Application</title><link>https://devzone.nordicsemi.com/thread/105216?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 12:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cbb09a0-14d4-43bc-89a4-29b7ac5af16a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I think it was the issue of declaring the uicr_bootloader_start_address section in flash_placement.xml file
Your main project file, the one that you use to combine other hex into (I assume it&amp;#39;s the application ) should have this section defined, otherwise it&amp;#39;s not possible for SES to integrate the bootloader and bootloader setting into the project.&lt;/p&gt;
&lt;p&gt;I would assume you follow the sections definition in the flash_placement.xml in the bootloader project to add those sections into the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded Studio With Bootloader + Application</title><link>https://devzone.nordicsemi.com/thread/105215?ContentTypeID=1</link><pubDate>Mon, 13 Nov 2017 16:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:831b447b-be83-4e84-a470-b9e7722d6a31</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Thanks Hung Bui for the suggestion.  I have edited the original question to include a screenshot of the error.  I think I have the bootloader and main application overlapping since there respective Flash Section Placement files start at the same section.  I&amp;#39;ll need to edit them so they don&amp;#39;t overlap.  Each project works if it&amp;#39;s the only one loaded.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embedded Studio With Bootloader + Application</title><link>https://devzone.nordicsemi.com/thread/105214?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2017 13:23:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecab79d3-5517-49e8-8938-23e4d1cc8aff</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi cwerther,&lt;/p&gt;
&lt;p&gt;Could you take a screenshot of the error  ? How did you configure the project that you use to flash ?&lt;/p&gt;
&lt;p&gt;I assume you tested each project (application, bootloader) separately and they all works ?&lt;/p&gt;
&lt;p&gt;Have you tried with only bootloader + application + softdevice and no &amp;quot;bootloader setting&amp;quot; file ?&lt;/p&gt;
&lt;p&gt;I suspect the overlapping of flash section in the bootloader and bootloader setting caused the error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>