<?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>SDK12.2 DFU OTA application doesn&amp;#39;t start</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19885/sdk12-2-dfu-ota-application-doesn-t-start</link><description>Hi DevZone 
 I am trying to DFU OTA a PCA10040 using BLE Secure DFU Bootloader from SDK12.2.0. 
 I can succesfully transfer the image i have made with nrfutil to my DK, but the application doesn&amp;#39;t start up. 
 What i can read from other threads here</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Feb 2017 13:49:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19885/sdk12-2-dfu-ota-application-doesn-t-start" /><item><title>RE: SDK12.2 DFU OTA application doesn't start</title><link>https://devzone.nordicsemi.com/thread/77390?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2017 13:49:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83763aaf-5327-469c-9461-d3662d94af1f</guid><dc:creator>Mathias Vandel</dc:creator><description>&lt;p&gt;Thanks Bjørn. I generated a new firmware .zip package and suddenly it worked. So i must have made a mistake when generating it the first time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12.2 DFU OTA application doesn't start</title><link>https://devzone.nordicsemi.com/thread/77389?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2017 12:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99480462-f28a-44e2-866f-22a703c4ccaa</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Mathias,  when you say transfer, do you mean flashed the application or DFU&amp;#39;ed the application. If its the latter, then what version numbers did you set when you created the .zip package for the ble_app_proximity example? Have you checked that they are in compliance with the acceptance rules of the bootloader, found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/ble_sdk_app_dfu_bootloader.html?cp=4_0_1_4_3_1_3_0#lib_bootloader_dfu_init_versions"&gt;here&lt;/a&gt;.
If they are, then I suggest that you run the bootloader in a debug session and check if you reach&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_bootloader_app_start(MAIN_APPLICATION_START_ADDR); 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in &lt;code&gt;nrf_dfu_init()&lt;/code&gt; in &lt;code&gt;nrf_dfu.c&lt;/code&gt;. You can also try to read the bank 1 code at 0x7F020 using nrfjprog -f nrf52 --memrd 0x7F020, which should be set to 0x01 indicating that there is a valid application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>