<?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 Hangup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2623/bootloader-hangup</link><description>Hi, 
 I don&amp;#39;t have any problems running the bootloader with S110 7.0.0.-3.alpha on the PCA1001 but when using the same code (minus the led and button config of the PCA1001) on my custom board the bootloader always crashes on sd_mbr_command(&amp;amp;com); in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 May 2014 08:01:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2623/bootloader-hangup" /><item><title>RE: Bootloader Hangup</title><link>https://devzone.nordicsemi.com/thread/10359?ContentTypeID=1</link><pubDate>Tue, 27 May 2014 08:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec1bba66-7135-48d7-8709-65f19b817551</guid><dc:creator>Mathias</dc:creator><description>&lt;p&gt;I have found the problem myself, I have forgot to change the cpu source in the bootloader :(&lt;/p&gt;
&lt;p&gt;I had to change&lt;/p&gt;
&lt;p&gt;SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, true);&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, true);&lt;/p&gt;
&lt;p&gt;and now it works perfectly! ;)&lt;/p&gt;
&lt;p&gt;Best regards,
Mathias&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>