<?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>nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35771/nrf52-mesh-dfu-questions</link><description>Hello everybody, I am trying to exercise the DFU for mesh following the DFU quick start guide (v2.0.1). To put you in context I have four nRF52840 devkits, three of them are running the light_switch example (provisioner, client and server) and if I understand</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Nov 2018 14:38:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35771/nrf52-mesh-dfu-questions" /><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/159264?ContentTypeID=1</link><pubDate>Tue, 27 Nov 2018 14:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cba58a2-834d-4a63-b480-91bff02ae1bc</guid><dc:creator>davidesteban13</dc:creator><description>&lt;p&gt;Hello Helen, i have the same problem, you fixed it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/157249?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 09:57:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4718b3cd-a242-45b9-b68a-f1eb3cf0cc53</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you should verify that bank_addr is actually put in the start of your available memory, i.e. 0x46FFD.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/156797?ContentTypeID=1</link><pubDate>Mon, 12 Nov 2018 07:03:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5975826e-60cc-41c8-9b1f-60c77b19debb</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;HI Martin,&lt;/p&gt;
&lt;p&gt;It is my application&amp;#39;s memory:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1542005656172v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The spare area is from 0x46ffc to 0x6e000, which is 156KB. And my dfu zip file is only 134KB, if it is too large, what is the the most large size? How to calculate? Thanks!&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Harden&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/156585?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 07:34:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87da61b6-2ed8-4d29-8a8c-29f69c19d604</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The error you get 0xD is&amp;nbsp;NRF_MESH_DFU_END_ERROR__LAST, which states:&amp;nbsp;/**&amp;lt; The given bank address results in bootloader invalidation. */. This usually suggests your file is to large to fit on the free designated area for DFU. I suggest you look into where the Bootloader, SoftDevice and Mesh puts files in the flash. You can use the nRF Connect Programmer found &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Connect-for-Desktop"&gt;HERE &lt;/a&gt;to help you adjust flash placements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/156047?ContentTypeID=1</link><pubDate>Tue, 06 Nov 2018 02:04:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4443b86-f78a-4479-bdb2-91c335c8a81c</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/dfu_5F00_test.zip"&gt;devzone.nordicsemi.com/.../dfu_5F00_test.zip&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/light_5F00_server_5F00_110501.zip"&gt;devzone.nordicsemi.com/.../light_5F00_server_5F00_110501.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HI Martin,&lt;/p&gt;
&lt;p&gt;Tnanks! I have add RAM_SIZE in the dfu example in the mesh sdk 2.2.&lt;/p&gt;
&lt;p&gt;FLASH_PH_START=0x0&lt;/p&gt;
&lt;p&gt;FLASH_PH_SIZE=0x78000&lt;/p&gt;
&lt;p&gt;RAM_PH_START=0x20000000&lt;/p&gt;
&lt;p&gt;RAM_PH_SIZE=0xf000&lt;/p&gt;
&lt;p&gt;FLASH_START=0x26000&lt;/p&gt;
&lt;p&gt;RAM_START=0x200032c8&lt;/p&gt;
&lt;p&gt;RAM_SIZE=0xbd38&lt;/p&gt;
&lt;p&gt;And modify the RAM_PH_SIZE to RAM_SIZE in flash_placement.xml.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But when I try to dfu with the light_server_110501.zip(134KB)，it always report like this and stop output the log.&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;10298&amp;gt;, main.c, &amp;nbsp;244, Enabling serial interface...&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;10310&amp;gt;, main.c, &amp;nbsp;248, DFU example started!&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;215611&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;390, New firmware!&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;215614&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;528, RADIO TX! SLOT 0, count 255, interval: periodic, handle: FFFD&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;215618&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;534, Killing a TX slot prematurely (repeats done: 1).&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;215622&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;561, SERIAL TX!&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;281806&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;528, RADIO TX! SLOT 0, count 255, interval: periodic, handle: FFFD&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;281810&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;534, Killing a TX slot prematurely (repeats done: 0).&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;281814&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;561, SERIAL TX!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;b&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;347660&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;383, Abort event. Reason: 0xD&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;347664&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;528, RADIO TX! SLOT 0, count 255, interval: periodic, handle: FFFE&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;347668&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;534, Killing a TX slot prematurely (repeats done: 20).&lt;/p&gt;
&lt;p&gt;&amp;lt;t: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;347672&amp;gt;, nrf_mesh_dfu.c, &amp;nbsp;561, SERIAL TX!&lt;/p&gt;
&lt;p&gt;When I dfu with the dfu_test.zip(4KB), it always succeed. I have no idea about that. Could you give me some advice? Thanks!&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Helen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/155894?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 09:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b54662f-035d-48d7-a9ff-629667a9afd4</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hi Helen,&lt;/p&gt;
&lt;p&gt;The difference between RAM_PH_SIZE and RAM_SIZE is that one is your physical ram, whilst the other is ram allocated for your application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It seems like you maybe got these mixed up somewhere, as it looks like you do not have enough RAM.Your flash_placement.xml line 32 should look like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; &amp;lt;MemorySegment name=&amp;quot;RAM&amp;quot; start=&amp;quot;$(RAM_PH_START)&amp;quot; size=&amp;quot;$(RAM_SIZE)&amp;quot;&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If this does not solve your issue, you should look into how much ram you have currently allocated. In that case, &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36218/sd_ble_uuid_vs_add-function-returns-nrf_error_no_mem"&gt;this&lt;/a&gt; post should point you in the right direction.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/155888?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 09:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54fb723e-216f-4403-b4ca-d60b5c33ed95</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;In 6) ,what does &amp;#39;On line 32 change RAM_PH_SIZE to RAM_SIZE&amp;#39; mean?&amp;nbsp;What is RAM_SIZE&amp;nbsp;equal to? When I&amp;nbsp; do this, and rebuild my project, I meet some error:&lt;/p&gt;
&lt;p&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .reserved_ram is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .data_run is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .bss is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .heap is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: section .heap overlaps absolute placed section .stack&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .reserved_ram is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .data_run is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .bss is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: .heap is too large to fit in RAM memory segment&lt;br /&gt;1&amp;gt; C:/Program Files/SEGGER/SEGGER Embedded Studio 3.30/gcc/arm-none-eabi/bin/ld: error: section .heap overlaps absolute placed section .stack&lt;br /&gt;Build failed&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Helen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/138229?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 08:51:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b4566c7-bdf8-4f1d-9ee4-20eb1906209c</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;My pleasure!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/138222?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 01:13:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20a460db-3249-42c6-aa2a-2456a0bb7e62</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;Thank you for the suggestions, now I have DFU working with the light switch examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/138003?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 06:24:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97aebfbe-e4e2-4dde-8b55-db7c87323ef7</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Time to get to bed now then ;)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The DFU-example is not prepared to be provisioned, but it does not need to be. You can instead program one of your servers or clients with NRF_MESH_SERIAL_ENABLE 1 and flash it with the serial bootloader. Then this device will be able to send DFU to the rest of the devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have seen the same errors, and they are related to the error in flash_placement.xml I think.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My original answer is also updated, as I saw that you are using the armcc bootloader, whilst I was using the gccarmemb bootloader.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/138002?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 06:19:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df04b33d-4a81-4368-85aa-2362f858993d</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;Hello Martin, &lt;/p&gt;
&lt;p&gt;Thank you for the suggestions, I will follow them tomorrow as soon as I get in to the office (almost midnight over here).&lt;/p&gt;
&lt;p&gt;One more thing, do I need to do something special to provision the devkit with the DFU example? As my output shows I can see the UUID being broadcast but it does not start the provisioning process.&lt;/p&gt;
&lt;p&gt;Have you seen the same errors when sending the zip file to the DFU devkit?&lt;/p&gt;
&lt;p&gt;Regards, &lt;/p&gt;
&lt;p&gt;Carlos&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/137999?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 06:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16e7b092-3064-44f4-8a91-74f76a98f0f7</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hello Carlos, I have just done something similar to what&lt;span&gt;&amp;nbsp;&lt;/span&gt;you are trying to do.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;will try&lt;span&gt;&amp;nbsp;&lt;/span&gt;to answer atleast some of your questions.&lt;/p&gt;
&lt;p&gt;1) Yes, you need a separate zip ,and a separate application ID for each type of application that you run. Server/client etc. these also need rising application_versions for everytime you do a new DFU.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the bootloader_config_default.json you will only need to modify the application_id the first time you flash the development board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) Here&lt;span&gt;&amp;nbsp;&lt;/span&gt;you can find a&lt;span&gt;&amp;nbsp;&lt;/span&gt;list of the Softdevices and their versions:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/1171/how-do-i-access-softdevice-version-string"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/1171/how-do-i-access-softdevice-version-string&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3) The serial bootloader only needs to be flashed onto the card which is recieving the DFU via cable. All other cards should have the other bootloader as mentioned in your question 4. For my project I used the&amp;nbsp;bin/bootloader/gccarmemb/mesh_bootloader_gccarmemb_nrf52832_xxAA.hex and&amp;nbsp;/bin/bootloader/gccarmemb/mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex . I know these will work, so unless there is a reason not to use these i would reccomend them&lt;/p&gt;
&lt;p&gt;4) See 3.&lt;/p&gt;
&lt;p&gt;5) The dfu hex file will be found in that location only after you have built the project with segger/cmake or your preffered IDE.&lt;/p&gt;
&lt;p&gt;Something important for step 5 is: If you want to do DFU on servers and clients, these both need relevant code from the DFU project. Remember to put&lt;span&gt;&amp;nbsp;&lt;/span&gt;NRF_MESH_SERIAL_ENABLE&lt;span&gt;&amp;nbsp;&lt;/span&gt;0 on devices that are not programmed via cable. After you have implemented the DFU project code, rebuild your project and replace&amp;nbsp;&lt;span&gt;build/examples/dfu/dfu_nrf52832_xxAA_s132_5.0.0.hex with i.e [ /examples/light_switch/server/build/\light_switch_server_nrf52832_xxAA_s132_6.0.0_Debug/light_switch_server_nrf52832_xxAA_s132_6.0.0.hex ] &amp;lt;&amp;lt;-- This needs to point at your hex files for the different units. Check time modified on the file, so that it is when you rebuilt the project.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;tl:dr All different units need an initial flash of&amp;nbsp;their project code, with necessary&amp;nbsp;DFU code included..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6) You should modify all your projects&amp;nbsp;flash_placement.xml files. On line 32 change RAM_PH_SIZE to RAM_SIZE this will give you enough space to transfer the data on your development boards. Remember to save and rebuild after doing this.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, I recommend testing DFU using the step-by-step guide in the quick-start guide. The&amp;nbsp;dfu_no_serial_&amp;lt;target&amp;gt;_&amp;lt;SoftDevice&amp;gt;.hex and&amp;nbsp;dfu_serial_&amp;lt;target&amp;gt;_&amp;lt;SoftDevice&amp;gt;.hex files can be created simply by building the DFU project with NRF_MESH_SERIAL_ENABLE set to 1 and 0. You will find the most recent .hex in the project folder/build/&amp;quot;build type&amp;quot;/&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hope this helps you on the way!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Martin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Mesh DFU questions</title><link>https://devzone.nordicsemi.com/thread/137988?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 01:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c62f711b-7db9-42d8-b344-56e2725a07d7</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;By the way I also include the relevant code from the DFU example into the light switch server, in case that was needed but no difference so far. Maybe I am missing some simple but important piece of the puzzle.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>