<?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>Bootloader DFU timeout issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51901/bootloader-dfu-timeout-issue</link><description>Hello, It looks like if there is an issue with bootloader DFU. If no connection timeout is right. But if you starts a DFU late (near the end of the timeout), il will cut during the update. How to fix that please (report timeout when connected to smartphone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Sep 2019 07:31:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51901/bootloader-dfu-timeout-issue" /><item><title>RE: Bootloader DFU timeout issue</title><link>https://devzone.nordicsemi.com/thread/209078?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 07:31:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06f7de37-6df8-4d60-a28d-dc97169b0a8a</guid><dc:creator>Fabien Comte</dc:creator><description>&lt;p&gt;Ok thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader DFU timeout issue</title><link>https://devzone.nordicsemi.com/thread/208662?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 11:57:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c884c06-d978-4fcf-8ce9-5a0dbddd1c15</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which SDK version are you using? And which timeout is happening, inactivity timeout or watchdog timeout? I will assume SDK 15.3 and inactivity timeout for now.&lt;/p&gt;
&lt;p&gt;The inactivity timer that is started and reset every time a DFU object is received (see nrf_bootlaoder.c, line 162). You will see &amp;quot;Inactivity timeout.&amp;quot; if there is a timeout and you are testing with the debug bootloader. Since this is based on the reception of a BLE packet, simply connecting is not enough to reset the device. You can, of course, change this if you like, by calling&amp;nbsp;nrf_bootloader_dfu_inactivity_timer_restart() from somewhere else, if desirable. For instance, when handling the BLE_GAP_EVT_CONNECTED event in&amp;nbsp;ble_evt_handler() in nrf_dfu_ble.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>