<?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>SDK12 - DFU bootloader_secure example doesn&amp;#39;t compiled</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18597/sdk12---dfu-bootloader_secure-example-doesn-t-compiled</link><description>Hi, I am tring to build and compile the SDK 12 DFU bootloader_secure .
I am getting an error:
&amp;quot;unable to allocate space for sections/blocks with a total estimated minimum size of 0x6f62 bytes (max align 0x10) in &amp;lt;[0x00078000-0x0007dfff]&amp;gt; (total uncommitted</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Feb 2017 12:30:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18597/sdk12---dfu-bootloader_secure-example-doesn-t-compiled" /><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71766?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 12:30:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7eae3c94-91ab-4078-99bc-961e6ed18a71</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you try to add -gdwarf-3 to the list of compiler flags when you compile ECC library  ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71765?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 08:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0684f1b-0f1a-42c9-ab0f-5a2e09c22fe5</guid><dc:creator>AnnaSBX</dc:creator><description>&lt;p&gt;Yes. but no DFU&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71764?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2016 09:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04c4cb37-6f29-409a-a3dd-d766d5f483d1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Anna: Can you compile other examples in the SDK ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71763?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 15:51:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5b0cd76-bf08-4a8c-b31c-65e382657cfa</guid><dc:creator>AnnaSBX</dc:creator><description>&lt;p&gt;After changing the memory start to 77000 and optimization to high the flash error disappeared. but the deugee error exist....
Dont have hex file. the error occures while build the example&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71762?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 15:27:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2dc3ec3-4fb3-460c-a675-041316dfd88e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Sorry I&amp;#39;m not very familiar with IAR, don&amp;#39;t know what debugee error is about.&lt;/p&gt;
&lt;p&gt;But have you tried to change the start address to 0x77000 ? and the debugee still appear ?
Do you have the hex file compiled ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71761?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 12:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16f98b05-f6c8-4a0d-8cd7-ba5e37a091d3</guid><dc:creator>AnnaSBX</dc:creator><description>&lt;p&gt;Thanks.
But what about the debugee ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71760?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 11:57:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3968fbb-1c77-43c0-8b76-20735990a425</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Anna,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not a good idea to change the flash region to 0x00000-0x80000  since it will over writing the softdevice and the bootloader setting.&lt;/p&gt;
&lt;p&gt;I suspect it was because code optimization is turned off on the compiler so the default size 0x00078000-0x0007dfff doesn&amp;#39;t fit. You can try to increase the size so that the bootloader start from 0x77000 instead of 0x78000&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71759?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2016 08:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86d1629c-c2b2-4cb7-822d-6375616d1e0a</guid><dc:creator>AnnaSBX</dc:creator><description>&lt;p&gt;Hi,
I am using nRF52 on IAR 7.8
Yes I just to build an existing example as is
Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK12 - DFU bootloader_secure example doesn't compiled</title><link>https://devzone.nordicsemi.com/thread/71758?ContentTypeID=1</link><pubDate>Mon, 26 Dec 2016 23:09:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b0fe36f-8aef-47dc-8cba-00dc77b0e625</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;Which processor are you using (nRF51 or nRF52)?&lt;/p&gt;
&lt;p&gt;Are you just building an existing example?&lt;/p&gt;
&lt;p&gt;What toolchain / IDE are you using ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>