<?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 to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124472/how-to-change-the-application-start-address-in-ncs</link><description>Hi Nordic community, 
 
 How do I change the start address of an NRF54L15 application in NCS Zephyr? 
 I need an address other than the default 0. 
 I have tried adding 
 
 CONFIG_FLASH_LOAD_OFFSET in the config and made relevant changes in the dts partition</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Sep 2025 14:06:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124472/how-to-change-the-application-start-address-in-ncs" /><item><title>RE: How to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/thread/550048?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 14:06:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb6aed28-dd8a-472f-91b7-fe58f4df2ddc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please take a look at the bootloader section of our devacademy course at&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/&lt;/a&gt;&amp;nbsp;and also this section of the SDK if you need MCUBoot to be&amp;nbsp;upgradeable:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_mcuboot_nsib.html#app-dfu"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_mcuboot_nsib.html#app-dfu&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/thread/549915?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 14:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f6774cd-2dd1-497c-a4e2-f51be91f0fb1</guid><dc:creator>Varkey</dc:creator><description>&lt;p&gt;Hey Vidar,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me clarify my first questions and the current status of those.&lt;/p&gt;
[quote userid="100005" url="~/f/nordic-q-a/124472/how-to-change-the-application-start-address-in-ncs"]&lt;p&gt;How do I change the start address of an NRF54L15 application in NCS Zephyr?&lt;/p&gt;
&lt;p&gt;I need an address other than the default 0.&lt;/p&gt;
&lt;p&gt;I have tried adding&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_FLASH_LOAD_OFFSET in the config and made relevant changes in the dts partition, but ended up with no change in the address.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;I did it with No Sysbuild and by using the macros &lt;span&gt;&lt;strong&gt;CONFIG_FLASH_LOAD_OFFSET and&lt;/strong&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;CONFIG_FLASH_LOAD_SIZE.&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;[quote userid="100005" url="~/f/nordic-q-a/124472/how-to-change-the-application-start-address-in-ncs"]&lt;div&gt;&lt;span&gt;Will I be able to start the code directly at a specific address (E.g., 0x00002000) on every reboot?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;If not, what could be the best way to run an application at a specific address on reboot?&lt;/span&gt;&lt;/div&gt;[/quote]&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;As you suggested, I need a bootloader&amp;nbsp;to branch to my application.&lt;/p&gt;
&lt;p&gt;In my case, I will have two images, one of which is an application and a bootloader, both of which can update each other.&lt;/p&gt;
&lt;p&gt;Can I use the Nordic&amp;nbsp;&lt;span&gt;Secure Immutable Bootloader (NSIB) to achieve this goal in the &lt;strong&gt;NRF54L15&lt;/strong&gt; SOC using &lt;strong&gt;NCS 3.1.0&lt;/strong&gt;? Is there an example project on how to use NSIB? How can I set the next image(application/bootloader) jump address in the NSIB on the next reboot? I might need to jump to the application/bootloader from NSIB from an external trigger.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/thread/549780?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2025 09:09:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f93a02a7-711e-447b-87f5-2d87e3c9e0ba</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;No problem, but I’m still not sure what you’re end goal is. The MBR didn&amp;#39;t let you control the boot sequence. It either boots the bootloader, if one is present, or it booths fw image starting at 0x1000.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/thread/549764?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2025 07:29:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cbfc848-1e81-4828-af38-77ac262fcb6c</guid><dc:creator>Varkey</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the delay in response.&lt;/p&gt;
&lt;p&gt;I had managed with a bootloader, which decides which application to execute based on certain conditions.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is the Master Boot Record (MBR) available in the nRF54L15, or&amp;nbsp;anything similar to that?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am referring to the MBR available in the nRF52833.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the application start address in NCS?</title><link>https://devzone.nordicsemi.com/thread/549231?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2025 20:13:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f9c0548-334d-4ea2-9d6e-fd0b21596fb6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Execution always starts from the reset handler pointed to by the reset vector at address 0x4 after a reset. So if you want to boot an application at a different address, you must&amp;nbsp;have a bootloader at address 0x0 that&amp;nbsp;can branch to your application. Maybe you could say a bit more about what you are trying to achieve with this?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>