<?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 Failure - seems to be a hardware issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127944/dfu-failure---seems-to-be-a-hardware-issue</link><description>Hi, we use BMD-350 modules (nrf52832) in our product which has been in production for over a year. Our DFU service is very well tested. 
 a couple weeks ago, while performing automated DFU updated on our production line (using Nordic Tools), we found</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Apr 2026 20:50:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127944/dfu-failure---seems-to-be-a-hardware-issue" /><item><title>RE: DFU Failure - seems to be a hardware issue</title><link>https://devzone.nordicsemi.com/thread/565643?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2026 20:50:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b98ef58-5547-485a-8bf9-136350781992</guid><dc:creator>mikefraguglia</dc:creator><description>&lt;p&gt;We use nRF5 SDK 15.3.0 for this device. When I say &amp;quot;DFU&amp;quot; above I mean an over-the-air update of the main application. We use nRF52 Connectivity for this.&lt;/p&gt;
&lt;p&gt;The unit in question was powered by a coin cell battery while being tested on the production line. When I received the unit, I confirmed that I saw the same behavior that they had reported.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I removed the battery and instead supplied power from a benchtop power supply. The DFU was successful. Subsequent DFUs are now successful even with the original battery installed. I cannot reproduce the issue.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s possible that cycling the power on the unit is what made the difference, rather than the change of power supply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Failure - seems to be a hardware issue</title><link>https://devzone.nordicsemi.com/thread/565615?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2026 09:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2588f344-2547-4c86-8a08-06ae5a87e37b</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;Could you provide some more details?&lt;/p&gt;
&lt;p&gt;Do you work on nRF Connect SDK or is it the nRF5SDK?&lt;/p&gt;
&lt;p&gt;Could you attach the logs that you see during the crash?&lt;/p&gt;
&lt;p&gt;Have you confirmed that this does not happen to any other unit? Just the one?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Failure - seems to be a hardware issue</title><link>https://devzone.nordicsemi.com/thread/565605?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2026 08:58:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72f12e7d-9d0c-4ec4-984f-7fa2e4692495</guid><dc:creator>lennyfrank</dc:creator><description>&lt;p&gt;Hi Snoopy, if there&amp;rsquo;s a SoftDevice or key mismatch, would DFU fail instantly like that? And how do you check the installed SoftDevice version on a faulty unit? &lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://trees-hateyou.io"&gt;Trees Hate You&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Failure - seems to be a hardware issue</title><link>https://devzone.nordicsemi.com/thread/565589?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2026 06:53:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90e4b482-2de4-4703-89e4-ef0e288c1c82</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;I assume it&amp;#39;s nrf5sdk based, you&amp;#39;ll want to specify the config you use. I&amp;#39;ve used the DFU in production for years now and never seen a failure.&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t say what it is you&amp;#39;re updating; DFU, softdevice or application.&lt;br /&gt;&lt;br /&gt;This matters because 832 has two versions; 256kb and 512kb. With 256kb you can&amp;#39;t update softdevice. iirc DFU can&amp;#39;t be updated either (but I may remember that incorrectly).&lt;/p&gt;
&lt;p&gt;My pkg cmd is&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/opt/nrfutil pkg generate --hw-version 52 --app-boot-validation VALIDATE_GENERATED_CRC --application-version $VERSION --application ./app/Output/release/Exe/file.hex --sd-req 0x103 --key-file ./bootloader/private.key /tmp/dfu.zip&lt;br /&gt;&lt;br /&gt;So as you can see there&amp;#39;s dependencies on the softdevice version that&amp;#39;s expected to be installed and the DFU public key it was built with. Perhaps it was flashed with different build/versions than the other units and is seeing a mismatch?&lt;br /&gt;&lt;br /&gt;Post your pkg commands and it&amp;#39;ll aid for further pointers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>