<?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 Bootloader crashes within softdevice code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33224/dfu-bootloader-crashes-within-softdevice-code</link><description>I am working on a BLE bootloader using SDK 14.2.0 on an NRF52832 device, using softdevice version 5.0.0. I am able to get the bootloader up and running, and I am able to see it using the nRF Toolbox app on my phone. I select a the device using the nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Apr 2018 09:22:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33224/dfu-bootloader-crashes-within-softdevice-code" /><item><title>RE: DFU Bootloader crashes within softdevice code</title><link>https://devzone.nordicsemi.com/thread/127775?ContentTypeID=1</link><pubDate>Wed, 11 Apr 2018 09:22:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28e46e87-0a19-41d3-a039-03b827766ba0</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;I can&amp;#39;t say for sure&amp;nbsp;that it is a clock issue. I believe that __WFE() resides at address&amp;nbsp;0x00013d6c though, which indicates that the system has been in sleep mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are able to successfully run a &amp;quot;normal example&amp;quot; using an external crystal, but&amp;nbsp;without the bootloader, then we can conclude that the&amp;nbsp;crystal works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Bootloader crashes within softdevice code</title><link>https://devzone.nordicsemi.com/thread/127649?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 14:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:594d85d3-20ec-43e0-ae65-8ce2f129c5ee</guid><dc:creator>keenanda</dc:creator><description>&lt;p&gt;I am currently looking into whether it may be a clock issue. Just wondering if you had encountered something similar that was caused by a clock issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Bootloader crashes within softdevice code</title><link>https://devzone.nordicsemi.com/thread/127631?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 13:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3f05e0a-99df-4325-b477-50eeddaf6c5e</guid><dc:creator>keenanda</dc:creator><description>&lt;p&gt;Yes we have an external LF crystal. We have an application that runs on the device and uses the same clock configuration that runs perfectly fine. Here is our clock configuration:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;b&gt;#define&lt;/b&gt;&lt;/span&gt; NRF_CLOCK_LFCLKSRC&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;{.source&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;= NRF_CLOCK_LF_SRC_XTAL, \&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;.rc_ctiv &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;= 0, &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;\&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;.rc_temp_ctiv&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;= 0, &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;\&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Bootloader crashes within softdevice code</title><link>https://devzone.nordicsemi.com/thread/127617?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 12:31:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b78b86f-4c8a-4596-879c-9f33c8239ca0</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using a custom device without an external LF crystal? It may seem like your bootloader is waiting for the crystal to start. But if it waits for a non-existing crystal then obviously that would be a problem.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>