<?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>Can&amp;#39;t see application running after OTA DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50474/can-t-see-application-running-after-ota-dfu</link><description>Hi everyone, 
 
 I&amp;#39;m using the nrf52832 Dev Kit PCA10040 
 SDK version: 15.3.0 
 OS: Fedora 
 
 I try to use DFU following this tutorial but I can&amp;#39;t see my application on the nRF Connect application after an OTA DFU. 
 
 1. I created my own public and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Aug 2019 08:06:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50474/can-t-see-application-running-after-ota-dfu" /><item><title>RE: Can't see application running after OTA DFU</title><link>https://devzone.nordicsemi.com/thread/202046?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2019 08:06:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab0e153a-701c-44f0-aad3-3904c64a0cfd</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Louis,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can you post the linker script of the&amp;nbsp;&lt;span&gt;ble_app_blinky project? If it is the default example, then you will have to modify the FLASH settings to free up space for the bootloader. The default settings reserves the entire flash from 0x26000 (end of SD) to 0x80000 ( end of flash)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000
  RAM (rwx) :  ORIGIN = 0x200022b8, LENGTH = 0xdd48
}

/* Modify to the following to free up space for the bootloader, 
/ which starts at 0x78000. Hence, the FLASH LENGTH must be 0x78000-0x26000= 0x52000
*/

MEMORY
{
  FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x52000
  RAM (rwx) :  ORIGIN = 0x200022b8, LENGTH = 0xdd48
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>