<?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>Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19979/jump-to-another-application-through-bootloader</link><description>I am using nrf52832 with sdk 13.0.0.-alpha.I only want to boot the application and jump to blinky project address.For that i am using secure dfu example code.I am using IAR embeed workbench
Sequence for code execution would be: 
 
 firstly Save one</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Dec 2018 09:53:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19979/jump-to-another-application-through-bootloader" /><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/160328?ContentTypeID=1</link><pubDate>Wed, 05 Dec 2018 09:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa8187de-b8c9-4246-bbae-37ee9c78798e</guid><dc:creator>creator</dc:creator><description>&lt;div class="trans-left"&gt;
&lt;div class="trans-input-wrap"&gt;
&lt;div class="input-wrap" dir="ltr"&gt;
&lt;div class="input-operate"&gt;&lt;a class="operate-btn op-sound data-hover-tip" href="https://fanyi.baidu.com/###"&gt;&lt;span class="icon-sound"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;div class="op-favor-container"&gt;&lt;span class="icon-favo"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="trans-right"&gt;
&lt;div class="output-wrap small-font"&gt;
&lt;div class="output-mod ordinary-wrap"&gt;
&lt;div class="output-bd" dir="ltr"&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;span class=""&gt;In which file is this MAIN_Application_START_ADDR?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77747?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 11:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6f2fb27-0a2c-4739-83f8-fecb3e87d743</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Yogesh: Sorry for late response, first please verify you can use the bootloader and start your application at the normal address of 0x1F000. Then try to change the start address to 0x20000 and then modify MAIN_APPLICATION_START_ADDR to match with that. After that you flash the bootloader, and then you update the application via DFU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77746?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 07:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef835770-c465-465d-baa7-b4441cf9b707</guid><dc:creator>Yogesh</dc:creator><description>&lt;p&gt;Sir, i am waiting for the reply.Can you please help me where i am going wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77744?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 15:31:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1a17c58-61ec-468f-8c73-e61c2dcd0c71</guid><dc:creator>Yogesh</dc:creator><description>&lt;p&gt;i did some steps .but those were not become successful
i kept blinky project at 0x0002 0000 with IAR vector table at 0x0000 (as IAR not allowing me to keep vector table at 0x0002 0000)
Then i tried to flash dfu secure code with nrf_bootloader_app_start(0x0002 0000) .flashing was not successful
can u help me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77743?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 15:18:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d1bf599-1bca-4585-bcf4-0884c56bb469</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ok, then you should only need to call &lt;code&gt;nrf_bootloader_app_start(MAIN_APPLICATION_START_ADDR) in main after you have done what you need to do in the bootloader&lt;/code&gt;, where &lt;code&gt;MAIN_APPLICATION_START_ADDR&lt;/code&gt; is set to the start address of your main application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77742?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 13:49:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ce6ab26-e8a8-482f-a7a3-51965e02c999</guid><dc:creator>Yogesh</dc:creator><description>&lt;p&gt;Thanks for the reply...
Yes..you said exactly right.
I want only bootloader(where small application runs) and then jumps to main application..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Jump to another application through bootloader</title><link>https://devzone.nordicsemi.com/thread/77745?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 09:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb46417d-eb47-4210-9389-685609672f6b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;When you write &lt;em&gt;I only want to boot the application and jump to blinky project address.For that i am using secure dfu example code.&lt;/em&gt; Do you mean that you do not want the DFU functionality, but only a bootloader(i.e. small application that executes first) and jumps to the main application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>