<?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>How does the bootloader load the application in SDK 15?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40993/how-does-the-bootloader-load-the-application-in-sdk-15</link><description>I&amp;#39;m working with an custom application and a bootloader with code drawn from the examples in SDK 15.2.0. The main method of my bootloader is below: 
 
 I can run and debug the application successfully when it and the softdevice are the only things programmed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Aug 2022 07:48:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40993/how-does-the-bootloader-load-the-application-in-sdk-15" /><item><title>RE: How does the bootloader load the application in SDK 15?</title><link>https://devzone.nordicsemi.com/thread/380518?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 07:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34638959-bb6f-4ff9-9b33-5eb8710aadca</guid><dc:creator>Anne van Rossum</dc:creator><description>&lt;p&gt;It&amp;#39;s also still there in SDK 17. Should be fixed because it is confusing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the bootloader load the application in SDK 15?</title><link>https://devzone.nordicsemi.com/thread/213900?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 11:52:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c3c2140-fc5a-4b7a-b755-2ca299a15f5f</guid><dc:creator>marto</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any news here ? It seems that the call in main.c to nrf_bootloader_app_start() is still present in SDK 15.3.0, released in feb. 2019.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the bootloader load the application in SDK 15?</title><link>https://devzone.nordicsemi.com/thread/159750?ContentTypeID=1</link><pubDate>Fri, 30 Nov 2018 15:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39130063-4090-4170-acb0-6df34aa82e1e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="64696" url="~/f/nordic-q-a/40993/how-does-the-bootloader-load-the-application-in-sdk-15"] how does the application get launched from the bootloader, from nrf_bootloader_init() or from nrf_bootloader_app_start()?[/quote]
&lt;p&gt;The app is launched using&amp;nbsp;nrf_bootloader_app_start() inside the nrf_bootloader_init() function. This behavior is new in SDK 15.x&lt;/p&gt;
[quote userid="64696" url="~/f/nordic-q-a/40993/how-does-the-bootloader-load-the-application-in-sdk-15"]If nrf_bootloader_init() is responsible for starting the application, should the call to nrf_bootloader_app_start() be removed?[/quote]
&lt;p&gt;Yes, I think it should be removed. I did some quick tests here, and everything&amp;nbsp;worked fine after I removed it. I have reported this as a bug internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>