<?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>How to change the internal capacity of XOSC32MCAPS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93577/how-to-change-the-internal-capacity-of-xosc32mcaps</link><description>Now we don&amp;#39;t add the external capacitance and want to change the internal capacitance . I have install the test tool and send the command to write the register,but it seems fail ,how to write it succesfully?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Nov 2022 15:47:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93577/how-to-change-the-internal-capacity-of-xosc32mcaps" /><item><title>RE: How to change the internal capacity of XOSC32MCAPS</title><link>https://devzone.nordicsemi.com/thread/394507?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 15:47:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b179634-b1c4-4f2f-80ad-692df45356d4</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Is there any application flashed to the chip?&lt;/p&gt;
&lt;p&gt;Try to recover both the network and application cores, and then write to the XOSC32MCAPS register.&lt;/p&gt;
&lt;p&gt;The network core must be recovered first using:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --coprocessor CP_NETWORK --recover&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And then the application core can be recovered using:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --recover&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="Summer.Xu"]If we want to&amp;nbsp;set the internal capacitors to be 0, which command could use?[/quote]
&lt;p&gt;Do you want to disable the capacitors? Setting the register to 0 will disable them. If you want to set the capacitance to the lowest value you must write 0x100 to the register.&lt;/p&gt;
&lt;p&gt;You are using the correct command for writing to the register.&lt;/p&gt;
[quote user="Summer.Xu"]And waht is the test step？[/quote]
&lt;p&gt;To test the crystal oscillating frequency its best to use a constant carrier output from the radio and measure the frequency offset using a spectrum analyzer.&lt;/p&gt;
&lt;p&gt;To enable a constant carrier at 2.44GHz using nrfjprog you can use these commands in this order:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --coprocessor CP_NETWORK --memwr 0x41008508 --val 40 
nrfjprog --coprocessor CP_NETWORK --memwr 0x4100850C --val 0xFD
nrfjprog --coprocessor CP_NETWORK --memwr 0x41005000 --val 1
nrfjprog --coprocessor CP_NETWORK --memwr 0x41008000 --val 1 &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the internal capacity of XOSC32MCAPS</title><link>https://devzone.nordicsemi.com/thread/394371?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2022 10:36:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89c6ebb3-5b2d-4abf-852a-1a2603320e37</guid><dc:creator>Summer.Xu</dc:creator><description>&lt;p&gt;Hi ，&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;We just want to use the J-Link tool to modify the&amp;nbsp;&lt;span&gt;capacitors to find&amp;nbsp;the appropriate value . We don&amp;#39;t make the power cycle when we do the test.Now I had install the &amp;#39;nrf-command-line-tools&amp;#39; .If we want to&amp;nbsp;set the internal capacitors to be 0, which command could use? And waht is the test step？&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Looking forward the reply~Thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the internal capacity of XOSC32MCAPS</title><link>https://devzone.nordicsemi.com/thread/394203?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2022 14:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4492904a-ea63-459e-b800-f2f50a34d443</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is the chip being power cycled between the write and read?&lt;/p&gt;
&lt;p&gt;If there is FW running on the device it will rewrite the register on boot to the value specified in the FW.&lt;/p&gt;
&lt;p&gt;The internal capacitors can be configured in the application using the kconfig options:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_SOC_HFXO_CAP_INTERNAL"&gt;&lt;span&gt;CONFIG_SOC_HFXO_CAP_INTERNAL&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_SOC_HFXO_CAP_INT_VALUE_X2"&gt;&lt;span&gt;CONFIG_SOC_HFXO_CAP_INT_VALUE_X2&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bendik&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>