<?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>External Crystal Selection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12905/external-crystal-selection</link><description>I am using external Crystal for my custom chip using nrf 51422 controller....
Just wanted to confirm is my setup for the external crystal (16 Mhz) is correct...
It is connected between XC1 and XC2 
 and in my code I am initializing it with 
 Softdevice_handler_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Apr 2016 07:05:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12905/external-crystal-selection" /><item><title>RE: External Crystal Selection</title><link>https://devzone.nordicsemi.com/thread/49137?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2016 07:05:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52684676-37b3-455e-b03d-7881b1b8158d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;You don&amp;#39;t need to initialize the external 16 MHz crystal, as long as the crystal is within the specifications in the nRF51422 Product Specification, chapter 8.1.2, you are fine.&lt;/p&gt;
&lt;p&gt;The crystal selection in SOFTDEVICE_HANDLER_INIT(..) is for the low frequency clock (32.768 kHz), and you have three options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use external LFCLK crystal&lt;/li&gt;
&lt;li&gt;Use internal synthesized oscillator&lt;/li&gt;
&lt;li&gt;Use internal RC oscillator&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The recommended choice is to use an external LFCLK crystal or the internal RC oscillator. The reason is that the synthesized oscillator uses considerably more current, see the nRF51422 Product Specification, chapter 8.1.7.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>