<?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 problem with SDK 14.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47757/dfu-problem-with-sdk-14-2</link><description>my bootloader.hex is generated by &amp;quot;nRF5_SDK_14.2.0_17b948a\examples\dfu\bootloader_secure_ble\pca10040\arm5_no_packs&amp;quot;, my app.hex is generated by a modified blinky example. i modified the NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247, BLE_GATT_ATT_MTU_DEFAULT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 May 2019 07:37:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47757/dfu-problem-with-sdk-14-2" /><item><title>RE: DFU problem with SDK 14.2</title><link>https://devzone.nordicsemi.com/thread/189473?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 07:37:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37f0d9a0-b19a-4434-8a75-dd1fcce838df</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;If you want a value to be retained trough a reset, then you should not place it in RAM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have two General Purpose retention registers(GPREGRET) on the nRF52832, which are retained through resets due to CPU lockup, SoftReset and wake up from System OFF, see&amp;nbsp;&lt;a title="Retained registers" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=3_1_0_17_6#unique_577666769"&gt;Retained registers&lt;/a&gt;&amp;nbsp;in the nRF52832 Product Specification. Note: The GPREGRET registers are 8-bit registers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the value needs to be retained through Power on resets, Brownout rests etc, then you should place the value at the end of flash.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU problem with SDK 14.2</title><link>https://devzone.nordicsemi.com/thread/189393?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 15:08:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c821db5e-c546-4325-a7e7-d57eb2eb5e5b</guid><dc:creator>tianbing357</dc:creator><description>&lt;p&gt;thanks for your help, i find the error. &amp;nbsp;i use&amp;nbsp;__attribute__((section(&amp;quot;.ARM.__at_0x20002200&amp;quot;))) , &amp;nbsp;but in the options, i set the ram range is:&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1558969498922v1.png" alt=" " /&gt;.the reason i do that is want to retain the value after a reset, is there a better way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU problem with SDK 14.2</title><link>https://devzone.nordicsemi.com/thread/189294?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 11:33:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ae9b8c3-74c4-4462-b165-addbd2e7e033</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Can you try to download nrfutil version v3.5.1 using this link&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v3.5.1"&gt;https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v3.5.1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and then try to generate the settings page using the same command, i.e.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrfutil settings generate --family NRF52 --application app.hex --application-version 1 --bootloader-version 2 --bl-settings-version 1 settings.hex&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>