<?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>nRF52 DFU of softdevice and bootloader combined</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14638/nrf52-dfu-of-softdevice-and-bootloader-combined</link><description>Hi, 
 I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0. 
 I am able to doing dfu of softdevice and bootloader individually but when i try dfu for combined (SD + BL) then my device doesn&amp;#39;t advertise anything. it should advertise &amp;quot;DFUTarg&amp;quot; but don</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jun 2016 10:01:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14638/nrf52-dfu-of-softdevice-and-bootloader-combined" /><item><title>RE: nRF52 DFU of softdevice and bootloader combined</title><link>https://devzone.nordicsemi.com/thread/55866?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 10:01:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cd2a152-3090-435a-b966-18e50ce7c95a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Bipin,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m glad it worked now. Yes, the modification you made to add {BANK_VALID_APP}; in should only be used if you want to flash the application manually without using the bootloader. When you update bootloader and softdevice the application will be erased, you should not use that modification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DFU of softdevice and bootloader combined</title><link>https://devzone.nordicsemi.com/thread/55865?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 09:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2da8b249-6ce4-4dea-97e6-56e98dfe09c6</guid><dc:creator>BIPIN</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;&amp;quot;DFU_SmartBeacon_nrf52832AA_V1R1_B3_V0_0_4.hex&amp;quot; is a bootloader hex file. I have given name to it.&lt;/p&gt;
&lt;p&gt;Actually my issue is resolve. Issue was with following line in bootloader_settings.c.&lt;/p&gt;
&lt;p&gt;uint8_t  m_boot_settings[CODE_PAGE_SIZE]    &lt;strong&gt;attribute&lt;/strong&gt;((at(BOOTLOADER_SETTINGS_ADDRESS))) &lt;strong&gt;attribute&lt;/strong&gt;((used)) = {BANK_VALID_APP};&lt;/p&gt;
&lt;p&gt;I have change it to&lt;/p&gt;
&lt;p&gt;uint8_t  m_boot_settings[CODE_PAGE_SIZE]    &lt;strong&gt;attribute&lt;/strong&gt;((at(BOOTLOADER_SETTINGS_ADDRESS))) &lt;strong&gt;attribute&lt;/strong&gt;((used));&lt;/p&gt;
&lt;p&gt;First line used only for merge file not for upgrade of bootloader.&lt;/p&gt;
&lt;p&gt;Thanks
Bipin Patel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DFU of softdevice and bootloader combined</title><link>https://devzone.nordicsemi.com/thread/55864?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 12:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ac3f5f7-b4a6-4bf2-9e35-ed8b4acc50c7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Bipin,&lt;/p&gt;
&lt;p&gt;Have you made sure the DFU_SmartBeacon_nrf52832AA_V1R1_B3_V0_0_4.hex is actually the bootloader ? not your application ?
Have you tried with our stock bootloader ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>