<?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>Code Compatibility Issues with nRF51822 and nRF51422</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14165/code-compatibility-issues-with-nrf51822-and-nrf51422</link><description>Hi all, 
 I am facing a weird issue trying to achieve DFU over the air with the dual-blank DFU.
I had integrated DFU with my application(Background story here .) The application hex file, app.hex was merged with s110 softdevice.hex, dual blank bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 May 2016 07:10:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14165/code-compatibility-issues-with-nrf51822-and-nrf51422" /><item><title>RE: Code Compatibility Issues with nRF51822 and nRF51422</title><link>https://devzone.nordicsemi.com/thread/54116?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 07:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:205f845d-96dd-426f-86bd-390b6473bb6e</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Thanks for sharing!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code Compatibility Issues with nRF51822 and nRF51422</title><link>https://devzone.nordicsemi.com/thread/54115?ContentTypeID=1</link><pubDate>Sun, 29 May 2016 12:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc4760e7-923f-44a8-aaea-bba07aef7d89</guid><dc:creator>dev_000</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;Figured out the issue.
The problem was that my custom module did not have the external 32.768KHz crystal.&lt;/p&gt;
&lt;p&gt;So in the dual bank s110 project you need to change&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SOFTDEVICE_HANDLER_APPSH_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, true);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SOFTDEVICE_HANDLER_APPSH_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_4000MS_CALIBRATION, true);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;as mentioned &lt;a href="https://devzone.nordicsemi.com/question/55732/dfu-clock-and-custom-made-board/"&gt;here&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/question/44976/dfu-bootloader-custom-board/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I had wrongly changed it to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, NULL);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;as I had changed in my main application file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>