<?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>fs_data usage in DFU bootloader and ble_app_hrs_*_with_dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12740/fs_data-usage-in-dfu-bootloader-and-ble_app_hrs_-_with_dfu</link><description>I&amp;#39;m trying to fully understand how DFU works and am going through the nRF5 SDK v11.0.0 example bootloader ( dfu_dual_bank_ble_s132_pca10040 ) and app ( ble_app_hrs_s132_with_dfu_pca10040 ) linker .lds files (for armgcc Makefile projects). 
 Each contain</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Aug 2016 13:07:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12740/fs_data-usage-in-dfu-bootloader-and-ble_app_hrs_-_with_dfu" /><item><title>RE: fs_data usage in DFU bootloader and ble_app_hrs_*_with_dfu</title><link>https://devzone.nordicsemi.com/thread/48370?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2016 13:07:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dcf5648-1694-43de-92df-cf2875a4c778</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Lucas&amp;amp;Eliot: I actually don&amp;#39;t know. Not sure the naming is very important ? It&amp;#39;s unused anyway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fs_data usage in DFU bootloader and ble_app_hrs_*_with_dfu</title><link>https://devzone.nordicsemi.com/thread/48369?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 19:20:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1955b50-70e4-4aec-b424-0a42d32596ef</guid><dc:creator>Eliot Stock</dc:creator><description>&lt;p&gt;I&amp;#39;d also really like to know that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fs_data usage in DFU bootloader and ble_app_hrs_*_with_dfu</title><link>https://devzone.nordicsemi.com/thread/48368?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2016 21:05:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5fc823b-adbe-446e-988f-21b1ed19d3fc</guid><dc:creator>Lucas Magasweran</dc:creator><description>&lt;p&gt;Thanks @hunbui, great explanation. Can you also clarify why the section is named &lt;code&gt;.fs_data_out&lt;/code&gt; as opposed to &lt;code&gt;.fs_data&lt;/code&gt; in the sample bootloader linker script?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fs_data usage in DFU bootloader and ble_app_hrs_*_with_dfu</title><link>https://devzone.nordicsemi.com/thread/48367?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 13:14:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:849dbbe2-b63b-4b38-8fbd-422735b2995e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lucas,&lt;/p&gt;
&lt;p&gt;fs_data is the use of the Section variable library in the fstorage. fstorage in ble_app_hrs handles the storing of bond information in the application.&lt;/p&gt;
&lt;p&gt;fs_data hold the configuration value for fstorage module, it is placed in RAM. It&amp;#39;s the RW data that will be stored in flash but copied to RAM when the chip bootup.&lt;/p&gt;
&lt;p&gt;The bootloader doesn&amp;#39;t use fstorage so you will see the section is not initialized and remain at 0x00. The bootloader uses pstorage_raw instead, to handle the flash management.&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t have to worry about the fs_data when doing DFU, it&amp;#39;s not related.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>