<?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>DFU on UART for pca10056</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60550/dfu-on-uart-for-pca10056</link><description>Hello 
 I would like to use the bootloader on the pca10056 in order to use the DFU with the UART. 
 For my tests, I programmed the pca10056 with the bootloader coming from the example &amp;quot;secure_bootloader_uart_mbr_pca10056_debug&amp;quot;. Then, I programmed the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Apr 2020 14:12:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60550/dfu-on-uart-for-pca10056" /><item><title>RE: DFU on UART for pca10056</title><link>https://devzone.nordicsemi.com/thread/247601?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 14:12:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb197161-153b-4256-b070-4c9feaf99341</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;I don&amp;#39;t know why I wrote 0xFC000 for the start address...&lt;br /&gt;&lt;br /&gt;If I write 0xE0000 for the &amp;quot;start_ot_flash_data&amp;quot; address, it&amp;#39;s works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU on UART for pca10056</title><link>https://devzone.nordicsemi.com/thread/247104?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 12:57:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6846e622-e11d-49c5-9c8b-4851db934077</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;I noticed that in the flash_placement.xml file I have:&lt;br /&gt;&lt;pre class="ui-code" data-mode="xml"&gt;  &amp;lt;MemorySegment name=&amp;quot;ot_flash_data&amp;quot; start=&amp;quot;0xfc000&amp;quot; size=&amp;quot;0x4000&amp;quot;&amp;gt;
    &amp;lt;ProgramSection alignment=&amp;quot;4&amp;quot; keep=&amp;quot;Yes&amp;quot; load=&amp;quot;Yes&amp;quot; name=&amp;quot;.ot_flash_data&amp;quot; address_symbol=&amp;quot;__start_ot_flash_data&amp;quot; end_symbol=&amp;quot;__stop_ot_flash_data&amp;quot; start = &amp;quot;0xfc000&amp;quot; size=&amp;quot;0x4000&amp;quot; /&amp;gt;
  &amp;lt;/MemorySegment&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This &amp;quot;start_ot_flash_data&amp;quot; address is 0xFC000.&amp;nbsp;&lt;br /&gt;But the range address of bootloader is 0xE4000 - 0xFE000 : is not that a problem?&lt;br /&gt;&lt;br /&gt;I tested by changing the &amp;quot;start_ot_flash_data&amp;quot; address to 0xF4000 but I still have the same problem&amp;hellip;&lt;br /&gt;Do you think I need to change something else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU on UART for pca10056</title><link>https://devzone.nordicsemi.com/thread/246399?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 07:39:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:824c0f7a-0e7d-470e-9bba-c944ae0c270d</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;I think this problem is a linker problem : is it possible ?&lt;br /&gt;&lt;br /&gt;Here is my linker configuration (software) :&amp;nbsp;&lt;br /&gt;&lt;span style="background-color:#ffffff;"&gt;FLASH_PH_START=0x0&lt;br /&gt;FLASH_PH_SIZE=0x100000&lt;br /&gt;RAM_PH_START=0x20000000&lt;br /&gt;RAM_PH_SIZE=0x40000&lt;br /&gt;FLASH_START=0x27000&lt;br /&gt;FLASH_SIZE=0xd5000&lt;br /&gt;RAM_START=0x20002ae8&lt;br /&gt;RAM_SIZE=0x3d518&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;&lt;span style="background-color:#ffffff;color:#000000;float:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;Here is my linker configuration (bootloader - PCA10056) :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color:#ffffff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;FLASH_PH_START=0x0&lt;br /&gt;FLASH_PH_SIZE=0x100000&lt;br /&gt;RAM_PH_START=0x20000000&lt;br /&gt;RAM_PH_SIZE=0x40000&lt;br /&gt;FLASH_START=0xe4000&lt;br /&gt;FLASH_SIZE=0x1a000&lt;br /&gt;RAM_START=0x20000008&lt;br /&gt;RAM_SIZE=0x3fff8&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;Are there things to modify to be compatible with the bootloader?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>