<?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>why DFU start address difference?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25099/why-dfu-start-address-difference</link><description>Hello, 
 In the DFU sample projects provided, the IROM1 address and sizes are different? 
 DFU debug mode:
Start 0x73000
Size 0xB000 
 DFU NON-debug mode:
Start 0x7800
Size 0x6000 
 Why are these different? 
 Is is a safe assumption that the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Sep 2017 09:30:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25099/why-dfu-start-address-difference" /><item><title>RE: why DFU start address difference?</title><link>https://devzone.nordicsemi.com/thread/98848?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 09:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82fef953-7184-45d1-ac0d-2a2349532c32</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The IROM1 settings for both projects are correct. Compared to the non-debug bootloader project, debug-project have the logging module enabled with logging over RTT. The size of the debug-project is therefore bigger, and requires more flash. The bootloader is already located at the top of the flash area so we can&amp;#39;t simply increase the size of IROM1 but have to move the start address of the bootloader down to make space for it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>