<?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>Is it possible to modify BLE DFU bootloader size</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34891/is-it-possible-to-modify-ble-dfu-bootloader-size</link><description>Hi, everyone, 
 We develop BLE project including DFU bootloader. 
 But to use the standard bootloader &amp;quot;as is&amp;quot; it is not possible for us. Due to this problem we must make some modifications that require to make it bigger. 
 But accrording the manual in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 May 2018 12:40:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34891/is-it-possible-to-modify-ble-dfu-bootloader-size" /><item><title>RE: Is it possible to modify BLE DFU bootloader size</title><link>https://devzone.nordicsemi.com/thread/134181?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 12:40:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5567625a-4de1-47a2-9d44-e5066592064d</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can change the flash start address and size in linker script (secure_dfu_ble_gcc_nrf52.ld).&lt;/p&gt;
&lt;p&gt;E.g.,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;FLASH (rx) : ORIGIN = 0x78000, LENGTH = 0x6000 -&amp;gt;&amp;nbsp;FLASH (rx) : ORIGIN = 0x79000, LENGTH = 0x5000 // Note: start address must be page aligned&lt;/p&gt;
&lt;p&gt;Keep in mind that it is not possible to change the start address through DFU, so Ideally there should be some headroom in case you need to upgrade to a larger bootloader in the future.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to modify BLE DFU bootloader size</title><link>https://devzone.nordicsemi.com/thread/134137?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 08:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a618eb5-f804-4617-a5e3-bd5b343b7911</guid><dc:creator>Boris</dc:creator><description>&lt;p&gt;We are developing projects with&amp;nbsp;two chips and with two SDK versions:&lt;/p&gt;
&lt;p&gt;The first chip:&lt;/p&gt;
&lt;p&gt;NRF51822&amp;nbsp; &amp;nbsp;with SDK 12.0&lt;/p&gt;
&lt;p&gt;and the second chip:&lt;/p&gt;
&lt;p&gt;NRF52832&amp;nbsp; &amp;nbsp;with SDK 14.0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;GNU Tools ARM Embedded version 5.4.&lt;/p&gt;
&lt;p&gt;NRFutil version 3.5&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to modify BLE DFU bootloader size</title><link>https://devzone.nordicsemi.com/thread/134014?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 11:48:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:843095ba-d66e-45ad-9200-4ba9a62949a0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Boris,&lt;/p&gt;
&lt;p&gt;It is possible to change the bootloader start address if there is enough free space in the bootloader section. The start address is defined by the linker. Which SDK version, IC, and toolchain are you using?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>