<?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>Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34698/spurious-frequency-12-8-mhz-dcdc-converter</link><description>Hello, 
 When I analyse the output of my radio, I see that I have a spurious frequency at 12,8 Mhz. 
 
 
 I supply my custom board with a fidelity power supply so no problem with that. 
 I think it could come from the internal DCDC, what&amp;#39;s its frequency</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 May 2018 08:43:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34698/spurious-frequency-12-8-mhz-dcdc-converter" /><item><title>RE: Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/thread/133165?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 08:43:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48f505a7-b5d6-4597-b056-9dfafdc2ff73</guid><dc:creator>Sylvain</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;I will open a private post.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sylvain.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/thread/133153?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 08:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59adf533-89c8-42ca-9af0-dee45283788b</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Something is definitely not right here, I would not mind having a look at your design. If you do not want to upload it here (will be visible to the public) you can register a &amp;#39;private ticket&amp;#39; and just reference this case in it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Still, in order to narrow down the source it would probably be beneficial if you could test the same application on a DK, or test your PCB with the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/nrf_radio_test_example.html?cp=4_0_0_4_5_29"&gt;radio test example&lt;/a&gt; in the SDK.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/thread/133114?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 22:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e5c638-351d-4bde-870f-bd7d0445afee</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;It would also be good to see the signal with a more narrow RBW. Say 1kHz . If the skirts are wide (ie, lots of phase noise) then you know it is not from a clock or fixed duty device. The harmonics seem to indicate that this is true since they don&amp;#39;t follow the fourier series for a square wave.&lt;/p&gt;
&lt;p&gt;Also you should try warming it up and cooling it off and see if the frequency of the 12.98MHz changes significantly.&amp;nbsp; Anything off of the 32MHz should only move by about 10ppm over temp. This could just be an oscillation from a poorly matched output stage.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/thread/133102?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 19:41:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32480d8a-22da-4a3b-b434-345753a1a706</guid><dc:creator>Sylvain</dc:creator><description>&lt;p&gt;Yes this is a custom board. But nothing else on the board than the nRF52840 and the required components...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Spurious frequency 12.8 Mhz. DCDC Converter ?</title><link>https://devzone.nordicsemi.com/thread/133101?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 19:29:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2680df98-987d-4050-965f-525ed947ae05</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;If you are using the SD then through the API it is:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; err_code = sd_power_dcdc_mode_set(NRF_POWER_DCDC_DISABLE);&amp;nbsp; //&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;If you are not running the SD then it is:&lt;/p&gt;
&lt;p&gt;NRF_POWER-&amp;gt;DCDCEN = 0;&lt;/p&gt;
&lt;p&gt;Though the dcdc runs at 8MHz so I doubt it is directly caused by it.&amp;nbsp; Could be a mix of something.&lt;/p&gt;
&lt;p&gt;Do you have an external amp or anything on it?&amp;nbsp; Is this a custom board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>