<?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>nrf52832 radio test with internal clock (Rigado BMD-350)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58129/nrf52832-radio-test-with-internal-clock-rigado-bmd-350</link><description>Dear Nordic fellow, 
 I&amp;#39;m in the process of testing the Bluetooth radio chip of the Nordic nrf52832 sold by Rigado. 
 As I&amp;#39;ve read here, I can use the radio_test example. The product I have uses the serial to communicate with another device, so I adapted</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Feb 2020 13:32:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58129/nrf52832-radio-test-with-internal-clock-rigado-bmd-350" /><item><title>RE: nrf52832 radio test with internal clock (Rigado BMD-350)</title><link>https://devzone.nordicsemi.com/thread/235731?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 13:32:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4203a23a-9884-47b6-bcb4-af087d6b5c99</guid><dc:creator>Andrea p </dc:creator><description>&lt;p&gt;I&amp;#39;m using a &lt;a href="https://www.segger.com/products/debug-probes/j-link/models/j-link-pro/"&gt;Segger j-link USB &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you very much for your support!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 radio test with internal clock (Rigado BMD-350)</title><link>https://devzone.nordicsemi.com/thread/235679?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 10:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70a5e842-2a43-49ff-8152-b8ab328d5b62</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;Well, yes, it basically means the 32 MHz crystal is used as source for the on-chip oscillator and radio.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What kind of J-Link device are you using? The RSSI viewer app might only support nRF DKs.&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: nrf52832 radio test with internal clock (Rigado BMD-350)</title><link>https://devzone.nordicsemi.com/thread/235676?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 10:17:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a2490a9-4a0a-40c5-af10-53ae4f23a036</guid><dc:creator>Andrea p </dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;I added the&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;// Start 64 MHz crystal oscillator.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; // Wait for the external oscillator to start up.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Do nothing.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp; }&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I thought this was meant for the external oscillator.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Windows10, though, is not able to communicate with the RSSI Viewer. The program is seeing the JLink connected to a different BMD350, but is saying that is not able to upload/validate the firmware of the different RTT-connected BMD-350.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 radio test with internal clock (Rigado BMD-350)</title><link>https://devzone.nordicsemi.com/thread/235660?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 09:13:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50d0e234-6e0d-4019-83f4-b1c9bf277a0e</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi Andrea (nice name by the way),&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do not see you starting the HFXO anywhere, this needs to be running for the frequency synthesizer to be accurate. If not running, could you add that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For verification during troubleshooting you can use the RSSI Viewer application in nRF Connect for Desktop.&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></channel></rss>