<?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>Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94550/wrong-bootloader-start-address</link><description>I created a custom bootloader based on the SDK 15.3.0 secure bootloader. At location 0xFF8 I defined the uicr bootloader start address as 0xE4000 but my bootloader actually starts at 0xE8000. 0xE4000-0xE7FFF are all 0xFF. Will my application still start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Dec 2022 18:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94550/wrong-bootloader-start-address" /><item><title>RE: Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/thread/399774?ContentTypeID=1</link><pubDate>Thu, 08 Dec 2022 18:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c52ca4b4-c845-4c7f-8529-327649f1de05</guid><dc:creator>JDBC</dc:creator><description>&lt;p&gt;Yes, I use nrfjprog -e and nrfjprog --qspieraseall before programming my custom combined SD/BL/Application file.&amp;nbsp; Testing showed that you were correct - the bootloader would not run if the bootloader start address was an address starting with 0xFF. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/thread/399324?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2022 07:27:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab74e416-abdd-4537-bbc1-3ac393e8d102</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Okay, can you show me where/how exactly you changed the bootloader start address in your application, where it didn&amp;#39;t work as intended? You will for example need to do a chip erase if you&amp;#39;re changing the start address of the bootloader, you can use either an nrfjprog --eraseall command with the&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download"&gt; nRF command line tools&lt;/a&gt;, or you can use the&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-desktop"&gt; nRF Connect for Desktop &lt;/a&gt;Programmer app to do this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/thread/399239?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 15:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31c765de-4060-4e67-bf01-4598aa26e8d9</guid><dc:creator>JDBC</dc:creator><description>&lt;p&gt;0xF8000-0xFE000 was not enough memory space for my custom bootloader.&amp;nbsp; I&amp;#39;m testing to verify the bootloader will not run.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/thread/399143?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 10:20:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0fffa4c-2c48-45ca-bd92-f2780530b446</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In SDK v15.3.0 the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Flib_bootloader.html&amp;amp;anchor=lib_bootloader_memory"&gt;memory layout&lt;/a&gt; says Bootloader should be stored between 0xF8000 and 0xFE000, so why have you set the start address to 0xE4000 in your project? 0xFF means the address space is empty I believe, so it will likely not run a bootloader if the startup goes there.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrong Bootloader Start Address</title><link>https://devzone.nordicsemi.com/thread/399038?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 17:39:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d83760a6-f152-40ad-b998-aca04bae86bd</guid><dc:creator>JDBC</dc:creator><description>&lt;p&gt;I&amp;#39;m using the nRF52840.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>