<?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 crashes and failures</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58460/dfu-crashes-and-failures</link><description>We&amp;#39;re using the IOS-Pods-DFU-Library on an iOS13 iPhone connecting with an embedded device that supports Nordic NRF DFU. We&amp;#39;re experiencing some issues with both the nRFConnect app crashing and our custom app (using IOS-Pods-DFU-Library) failing when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Mar 2020 00:47:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58460/dfu-crashes-and-failures" /><item><title>RE: DFU crashes and failures</title><link>https://devzone.nordicsemi.com/thread/238410?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2020 00:47:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe6a6145-a284-4d2a-941e-46c160aac770</guid><dc:creator>Jeremy J</dc:creator><description>&lt;p&gt;Hi Sigurd!&lt;br /&gt;&lt;br /&gt;Apologies for the delayed response.&amp;nbsp;We managed to resolve it. The issue ended up being related to BLE connection parameters. Thanks again for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU crashes and failures</title><link>https://devzone.nordicsemi.com/thread/237126?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2020 12:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d3741c-2c7d-47ed-b171-fb5c4812b231</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you seeing any errors on the nRF52 side when this happens? Do you have any logs from the nRF52?&lt;/p&gt;
&lt;p&gt;What is the disconnect reason on the nRF52 ?&lt;/p&gt;
&lt;div&gt;
&lt;div class="copy-paste-block"&gt;&lt;span&gt;Disconnect reason can be&amp;nbsp;printed on the nRF52 in ble_evt_handler() like this, snippet:&lt;/span&gt;&lt;/div&gt;
&lt;div class="copy-paste-block"&gt;&lt;/div&gt;
&lt;div class="copy-paste-block"&gt;&lt;pre class="ui-code" data-mode="text"&gt;        case BLE_GAP_EVT_DISCONNECTED:
            NRF_LOG_INFO(&amp;quot;Disconnected reason: 0x%x&amp;quot;,p_ble_evt-&amp;gt;evt.gap_evt.params.disconnected.reason)&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>