<?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>can anybody tell me how the data get ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72405/can-anybody-tell-me-how-the-data-get</link><description>I know user nrfutil settings generate to get the bootloader settings: 
 e.g. IN SDK14.0/IC:nrf52832， I user the following command generate the bootload settings file: 
 nrfutil settings generate --family NRF52 --application ble_app_blinky_pca10040_s132</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 06 Mar 2021 08:35:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72405/can-anybody-tell-me-how-the-data-get" /><item><title>RE: can anybody tell me how the data get ?</title><link>https://devzone.nordicsemi.com/thread/298199?ContentTypeID=1</link><pubDate>Sat, 06 Mar 2021 08:35:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b65f7293-3be5-46bf-8576-a634f5180e33</guid><dc:creator>zk017</dc:creator><description>&lt;p&gt;ok, I see! thank you very much, tesc!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can anybody tell me how the data get ?</title><link>https://devzone.nordicsemi.com/thread/298077?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 12:54:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c6b67a6-680e-4674-b78d-665cdfcc0d0d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The start address of 0x7F000 is the default location for the bootloader settings page on most devices in the nRF52 series, ref. &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.0.0%2Flib_bootloader.html&amp;amp;anchor=lib_bootloader_memory"&gt;Memory layout&lt;/a&gt;. This is the value you get when using &amp;quot;--family NRF52&amp;quot;.&lt;/p&gt;
&lt;p&gt;Some devices, such as the nRF52840 and the smaller variant of the nRF52832, have a different amount of Flash memory, and so the start address of the bootloader settings page is different. For that reason there are a number of other possible values for the --family option, such as NRF52840 (0xFF000) and NRF52832QFAB (0x3F000). Make sure to use the correct --family option for your device.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>