<?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>Application File Is Not Working After With Bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13832/application-file-is-not-working-after-with-bootloader</link><description>Hi..
Everyone, 
 i am using nrf52 with softdevice 132.
i used peer manager.
i am able to able to flash softdevice, bootloader and application.
but after that application file is not working on my board.
i had also refer this links.. 
 link 1 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 May 2016 07:30:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13832/application-file-is-not-working-after-with-bootloader" /><item><title>RE: Application File Is Not Working After With Bootloader</title><link>https://devzone.nordicsemi.com/thread/52853?ContentTypeID=1</link><pubDate>Wed, 18 May 2016 07:30:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6931d077-7740-42b2-85fe-19137bfc674f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Some common ways of setting the bank valid flag from the &lt;a href="https://devzone.nordicsemi.com/blogs/685/common-faq-on-dfu/"&gt;&lt;strong&gt;DFU FAQ&lt;/strong&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use programmer to write directly 0x01
to that address of
BOOTLOADER_SETTINGS_ADDRESS
(0x0003FC00).&lt;/li&gt;
&lt;li&gt;Modify the bootloader firmware to
write 0x01 to that address using
attribute . It&amp;#39;s the same way as we
did on writing to
NRF_UICR_BOOT_START_ADDRESS the value
of BOOTLOADER_REGION_START (see
bootloader_setting_arm.c)&lt;/li&gt;
&lt;li&gt;Combine the a hex that specifically
set the byte to 0x01 at
BOOTLOADER_SETTINGS_ADDRESS with the
hex file of your application. You can
also combine the bootloader hex and
softdevice file to that combination,
to create a single hex file for all
of them. This solution is described
here. The app_valid_setting_apply.hex
is the hex that does the trick. This
is very useful when you are doing
gang programming.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I would suggest the 2nd approach also proposed in one of the threads you linked to if want to include the bootloader setting in the .hex file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>