<?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>custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22832/custom-board-bootlaoder-not-entering-dfu-mode-even-when-there-is-no-application-installed</link><description>Hello , i&amp;#39;m trying to implement the OTA DFU function in my custom designed board. I&amp;#39;m using NRF52 series. I started by flashing the flash I uploaded the softdevice132 v2 via the NRFgo and then I uploaded the ble dual bank example bootloader from SDKv11</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jul 2017 10:56:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22832/custom-board-bootlaoder-not-entering-dfu-mode-even-when-there-is-no-application-installed" /><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89772?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 10:56:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9c4ed3a-b4f3-4700-b290-3103ded8f412</guid><dc:creator>khan_khan</dc:creator><description>&lt;p&gt;thanks alot now my board is advertising .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89773?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 07:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1be5e425-0a0c-47da-bd03-0cb0057f5277</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@khan_khan: See &lt;a href="https://devzone.nordicsemi.com/question/88582/change-clock-source-nrf52832-app-beacon-example/"&gt;this&lt;/a&gt; answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89771?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 06:22:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6b37e8b-a8a5-4adf-93db-3a0154678275</guid><dc:creator>khan_khan</dc:creator><description>&lt;p&gt;how to change the used clock ? i am confronting the same problem . my nRF52832 board is not advertising for DFU&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89770?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2017 09:32:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5306f491-5eb0-40d6-bbc9-007ba8e18f49</guid><dc:creator>Hussein A Hazime</dc:creator><description>&lt;p&gt;The problem was with the clock configuration of the Bluetooth softdevice init  method &lt;code&gt;static void ble_stack_init(bool init_softdevice)&lt;/code&gt;in the &lt;code&gt;SOFTDEVICE_HANDLER_APPSH_INIT(&amp;amp;clock_lf_cfg, true);&lt;/code&gt; i had to change the used clock to match my requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89768?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2017 08:32:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5691d800-0cf9-4e35-ab09-a06841186f2d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Are you able to debug the bootloader, i.e. check whether you enter the bootloaders main function or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89766?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2017 18:57:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dd2d8e6-7bcb-44cf-8070-1d9694018679</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Sorry, don&amp;#39;t have an answer for you then. Based on what I have read and done, as long as the flag in the bootloader isn&amp;#39;t set (which is the case when you haven&amp;#39;t loaded an app through it) it should go straight to DFU mode.
You could try doing an erase all on the custom board before programming it.  It is possible the flag got set during some of your work and it isn&amp;#39;t getting written over so it thinks valid code is out there.&lt;/p&gt;
&lt;p&gt;Here is some info on the DFU flag: &lt;a href="https://devzone.nordicsemi.com/question/106767/avoid-first-ota-dfu/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89767?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2017 14:25:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed924b8a-dc7e-4a68-b78b-04180b5d6d16</guid><dc:creator>Hussein A Hazime</dc:creator><description>&lt;p&gt;The custom board is functional, I uploaded the normal application and it worked perfectly, even the Bluetooth.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board bootlaoder not entering DFU mode even when there is no application installed</title><link>https://devzone.nordicsemi.com/thread/89769?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2017 13:49:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9352f57-adfd-418f-9332-36d15078936c</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Sounds like clock differences.  It&amp;#39;s the most common reason for the softdevice to not start.
It&amp;#39;s also possible that either your external RTC crystal or external 32MHz crystal have issues.  You should inspect the placement and soldering of both and their load capacitors.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>