<?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 issue with Central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60324/dfu-issue-with-central</link><description>Hi, We have a Central device with a bootloader and wish to have OTA update feature. We have added code for it to advertise on a certain condition of a button press. Once it starts advertising we are able to connect using nrf_connect and then attempt a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Apr 2020 16:51:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60324/dfu-issue-with-central" /><item><title>RE: DFU issue with Central</title><link>https://devzone.nordicsemi.com/thread/245641?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 16:51:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66e22530-b4ca-45a3-948a-2d7805469e10</guid><dc:creator>Siddhesh</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;br /&gt;We debugged the bootloader code and arrived at the conclusion that the softdevice was having issues enabling in the dfu_transport layer.&lt;br /&gt;The issue was with a mismatch in clock configuration(CLOCK_LF_SRC, CLOCK_LF_ACCURACY, etc.) for Softdevice in the sdk_config between the application and bootloader. Once we used the same settings in both places, the DFU process worked successfully.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU issue with Central</title><link>https://devzone.nordicsemi.com/thread/245466?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 09:16:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d4b73f9-5e01-4f26-9776-d45e52c1c758</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you able to debug the bootloader code while the nrf connect client sends the DFU start command to your main application? In that case, please place a breakpoint at the beginning of bootloader main() to check if the application actually jumps to be bootloader. The CPU register content may give a clue of where the program is stuck when it is in the unknown state (e.g., check if the program counter value is in the bootloader, Softdevice, or application&amp;#39;s address range).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>