<?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>the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66664/the-clock-function-is-not-working-in-esb_ptx-example-for-nrf52832</link><description>Hi, 
 as I said before I am working with nRF52832. I can connect with nrf and program it. for example I can make an LED to blink. but when I run the esb_ptx example the program doesn&amp;#39;t pass through the clock_initialize() line. I am using the CX2016DB32000D0WZRC1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Dec 2020 09:41:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66664/the-clock-function-is-not-working-in-esb_ptx-example-for-nrf52832" /><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/284721?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2020 09:41:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf0df4c0-10ec-4ed5-b52e-8d2dae5711c1</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Finally it worked. As you said it was because of the Cap load of the crystal. they were off. Thanks for all the time that you spend for answering my questions.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/283855?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2020 14:34:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ae92ea2-4d11-4269-8f0a-7dbea19acf88</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Masoumeh"]The problem now is that the RF part is not working. I am using the Chip antenna now. it is the 2450AT18B100. what factors may interfere in this part? does the cap load of the crystal matters?[/quote]
&lt;p&gt;There are several factors that affect the RF performance. First of all, the antenna must be properly matched and tuned. This is the case also for a chip antenna. The load caps of the HF crystal also has a significant impact on the RF performance. If the load caps are off, the RF frequency will be off, and thus RF communication will not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/283769?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2020 10:55:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19ad46d8-19fc-46a9-9bde-f72d4d0e2ef2</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Finally I was able to see the crystal working. The problem was because of the fact that the input and output pins of the inverter in nrf (XC1 , XC2) damaged during the soldering process or in any other situation, which is very odd since they should not be broken that easily. The problem now is that the RF part is not working. I am using the Chip antenna now. it is the 2450AT18B100. what factors may interfere in this part? does the cap load of the crystal matters?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/282482?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2020 14:34:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:349b8a05-6934-4764-a872-7659d42fbbe6</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The loop waits for the&amp;nbsp;HFCLKSTARTED event, which has the following condition: &amp;quot;&lt;em&gt;A HFCLKSTARTED event will be generated when the HFXO has started and its frequency is stable&lt;/em&gt;.&amp;quot;. So we need to look more at your crystal circuitry.&lt;/p&gt;
&lt;p&gt;One potential issue we have not discussed before is that C22 shard ground with DEC2 and DEC3. This could be enough to affect the clock. Can you try to connect C22 directly between pin 1 and 4 on the crystal?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/225x240/__key/communityserver-discussions-components-files/4/5635.gnd.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/282345?ContentTypeID=1</link><pubDate>Sat, 28 Nov 2020 17:54:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddf47018-d228-4db1-8d07-cadd460bdacc</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Hi, now, crystal is oscillating with the NRF but the problem is that the nrf can not pass through the loop which indicate that the HFCLK is running, I mean the loop below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void clocks_start( void )
{
    NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;
    NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;

    while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0);
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;what can cause this problem? the signal that I am seeing in the oscilloscope is:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2020_2D00_11_2D00_28-at-21.22.42.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;I know that the probe may reduce its amplitude, but even without the probe it can not pass from the loop.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281756?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 11:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6a78872-cfd8-4226-8e7e-df2a19557ced</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;All pins have ESD protection, so it you can&amp;#39;t measure the diode to VDD or GND, the device is broken.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The input signal is too high, try with a ~300 mVpp signal instead. A too high signal won&amp;#39;t break it as long as it&amp;#39;s within rails but will clip or distort the signal.&lt;/p&gt;
&lt;p&gt;Try reflow or resolder the crystal again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281397?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 16:45:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a60f9d1a-fbba-429f-a814-d44d5de8b5a7</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Also I wanted to know if the inverter is working or not. so I gave a pulse to the input of the inverter (XC1) and monitor the output (XC2). I saw that the signal is inverted but the output signal is weakened. as you can see in the below. the yellow one is the input and the purple one is the output.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2020_2D00_11_2D00_23-at-19.24.41.jpeg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281361?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 14:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bdc942b-d621-4fae-8fba-4a730781a002</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;I really don&amp;#39;t get that why the oscillator is not working. another question is that in the nrf XC1 pin, which is the input of the inverter, is there any ESD protection? as I tested I cannot find any in this pin, but in XC2 we have ESD protection.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281331?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 13:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee18eb8b-b1ed-40f1-b190-d9dc2a08e2c9</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are mainly two example in the SDK that are intended for testing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf_radio_test_example.html"&gt;Radio test example&lt;/a&gt; (for general radio testing)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_dtm_serial.html"&gt;Direct Test Mode&lt;/a&gt; (used for Bluetooth certification)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Regarding the antenna and ground that could be relevant for radio/antenna performance, but should not affect the clock. And certainly not so&amp;nbsp; that the HFXO does not start (which seems to be the primary issue here).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281217?ContentTypeID=1</link><pubDate>Sun, 22 Nov 2020 18:14:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a0320ea-0e63-4190-9dbc-538c99a2e767</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Also I have another question. which example in the SDK can help me to put the nrf in test mode?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/281213?ContentTypeID=1</link><pubDate>Sun, 22 Nov 2020 14:43:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7c82c3c-5041-4832-bb83-6da9175232fc</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;I did it, but nothing changed. I have a question. I have a PCB antenna on my board which I copied it from some manual. the thing is that a part of this antenna is connected to the ground by a via, as you can see below. do you think that it can make any problem for the ground? I used two kind of antenna on my board to check their quality and this part of circuit is not connected to the RF line, but it is connected to ground by via.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5672.InkedCapture_5F00_LI.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/280426?ContentTypeID=1</link><pubDate>Tue, 17 Nov 2020 15:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d632f07-9655-4c2e-90fe-7c0958d7423f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Everything looks to be correctly oriented. But the soldering under the crystal looks a bit bad,&amp;nbsp;particularly under the XC1 pad. Can you try solder another board and see if that works?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/280252?ContentTypeID=1</link><pubDate>Tue, 17 Nov 2020 08:05:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db15b162-48f3-4779-8e50-87e42b21da66</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Hi, attached them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/20201117_5F00_111427.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/20201117_5F00_111456.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/20201117_5F00_113241.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/280098?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 13:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0795d344-49bb-44b6-adff-2bec4127e1b6</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you take a photo of your board showing how you have mounted the crystal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/280069?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 10:32:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d501cb08-d929-4a0f-bda0-960cc275f72e</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I bought the&amp;nbsp;&lt;span&gt;Q22FA12800025 crystal and soldered it on the circuit, but it&amp;#39;s not working yet. I sent you my PCB, do you think can it be from the PCB? I will attach it here again.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0676.PCB.PcbDoc"&gt;devzone.nordicsemi.com/.../0676.PCB.PcbDoc&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/274712?ContentTypeID=1</link><pubDate>Tue, 13 Oct 2020 14:47:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59d626e1-29ac-446d-99f4-66e3ef08af3c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see. You should get the crystal to oscillate using the nRF, provided you solder it the right way and have sensible load caps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/274658?ContentTypeID=1</link><pubDate>Tue, 13 Oct 2020 13:01:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862cfb6c-619c-4e7c-babe-53a5d0a452a9</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;I checked my Crystal by an inverter and it&amp;#39;s working as you see in the picture. is it possible that the inverter that i used is capable of working with the crystal but the nRF52832 isn&amp;#39;t? my inverter is 74AC04DR.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2020_2D00_10_2D00_13-at-16.25.34.jpeg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/274415?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 16:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b300cc4f-0906-4bcb-b2e9-cc9d3ee156e8</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In most cases, no. The radio is very sensible to phase noise, and a PLL based clock source will not be good enough, and that is what most signal generators use. You need a crystal based oscillator of some sort.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/274410?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 15:50:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3746216a-fc6c-4439-9d72-2a31276a6e12</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;is it possible to make a clock by signal generator and test the nRF52832 by this clock? does it make any problem for nRF?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273385?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 08:24:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff6db746-09aa-418e-821e-734208a62e75</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;You can use Q22FA12800025, which is used on the DK, or any other that matches the requirements in the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/clock.html?cp=4_2_0_18_3_1#unique_1749008215"&gt;electrical specifications for the HFXO&lt;/a&gt;. Please refer to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/27514/recommend-other-32mhz-crystal-mft-part-no-for-nrf52832-chip/108664#108664"&gt;this post&lt;/a&gt;&amp;nbsp;for more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273316?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 19:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02c3f7c4-e196-4ec7-a4de-276d6bf7a382</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Do you have any suggestion for crystal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273228?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 12:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d1899fa-05e4-44c6-8a19-161c1ad13e19</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Masoumeh"]you mean that the crystal cannot work for this IC?[/quote]
&lt;p&gt;The problem is the stability and tolerance. Sp it may or may not work, and it could vary from device to device. This means that if you are lucky it could be good enough to play with, but it is for sure not suitable for mass production as you can never know if a device will work or not without testing it (and happen to be lucky and get one that performs better than expected).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273171?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 09:43:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70a87232-e964-4339-96c0-4f08c50df0b8</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;I ordered the crystal due to the spec in below link.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="https://www.mouser.com/ProductDetail/Kyocera-Electronic-Components/CX2016DB32000D0WZRC1?qs=mHG8nxlouK5LiZGb%2FcBxwg%3D%3D"&gt;https://www.mouser.com/ProductDetail/Kyocera-Electronic-Components/CX2016DB32000D0WZRC1?qs=mHG8nxlouK5LiZGb%2FcBxwg%3D%3D&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;you mean that the crystal cannot work for this IC?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273166?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 09:30:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32338d2c-a662-40dc-b991-9ffc6d74b7ac</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are several potential issues here:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure the value of the load caps matches the CL value of the crystal: Ccap = CL *2 - 4 pF. 12 pF load caps, C19 and C22, is correct for a crystal with CL = 8 pF. If a different crystal is used, the load caps must be changes accordingly.&lt;/li&gt;
&lt;li&gt;Make sure the crystal is soldered the correct way. Turning the crystal 90 degrees to make it easier to solder will not work.&lt;/li&gt;
&lt;li&gt;The crystal you are using, CX2016DB32000D0WZRC1, is out of spec. The stability and tolerance is too high. The total needs be be +/-40 ppm or better.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the clock function is not working in esb_ptx example for nRF52832</title><link>https://devzone.nordicsemi.com/thread/273146?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 08:54:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:143ff1d7-511d-493b-9e35-e954baa62a85</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;This is my PCB layout. in the right part of it you can see the nRF52832 and its components. the schematic of the nordic is exactly like datasheet. I just remove the LFCLK crystal.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/PCB.PcbDoc"&gt;devzone.nordicsemi.com/.../PCB.PcbDoc&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>