<?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>NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18123/nrf52-dk-and-bmd-300---different-low-frequency-clock-speeds</link><description>I&amp;#39;ve been developing an application using the NRF52 DK and everything has been going as planned. I then made my own PCB which would take these modules by Rigado. The BMD-300 is the nRF52832 chip with all the supporting circuitry and antenna design. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Dec 2016 08:25:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18123/nrf52-dk-and-bmd-300---different-low-frequency-clock-speeds" /><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69919?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2016 08:25:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b63d9ec-cf6a-4b51-9767-dce8864e856d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You would need to calibrate manually, unless you are using the softdevice then it calibrate for you.
I think you may also want to test the 16MHz clock, make sure it has proper frequency.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69920?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 22:26:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21a3bb01-c6c6-4f09-9ca6-b2d51febd7fa</guid><dc:creator>AlekseyJ</dc:creator><description>&lt;p&gt;BMD300 schematic with DC-DC converter. Try to enable DC/DC converter:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Enable DC/DC converter
uint32_t err_code;
err_code = sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69918?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 15:46:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01885a41-1398-406e-8de2-fda3894b9759</guid><dc:creator>TenderLoins</dc:creator><description>&lt;p&gt;It should automatically calibrate? I just tried downloading the SDK, and running the &lt;code&gt;ble_app_uart&lt;/code&gt; example and it &amp;#39;works&amp;#39; but constantly restarts. I think this module is faulty unless anyone has any other ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69917?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 15:06:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a101f02-4a92-4e72-9e29-9b821fe1f92b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Maybe you can try to calibrate the 32kHz RC as telling here?
&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/hardware_driver_clock.html?cp=4_0_0_2_2"&gt;infocenter.nordicsemi.com/.../hardware_driver_clock.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69916?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 14:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8140c126-d24a-45f0-a4b2-c6de65cf7fbe</guid><dc:creator>TenderLoins</dc:creator><description>&lt;p&gt;Both the NRF52 and BMD-300 are running for the internal RC 32kHz oscillator (they both use the &lt;code&gt;custom_board.h&lt;/code&gt; config with the &lt;code&gt;NRF_CLOCK_LFCLKSRC&lt;/code&gt; set to &lt;code&gt;NRF_CLOCK_LF_SRC_RC&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try the LED idea and see what happens.&lt;/p&gt;
&lt;p&gt;The BMD-300 appears to be running faster than the NRF52, I&amp;#39;ll get the exact difference and update this post.&lt;/p&gt;
&lt;p&gt;I ran the output to my Saleae Logic, and toggled a pin inside the &lt;code&gt;rtc_handler&lt;/code&gt;. The BMD-300 has a frequency of 17.32Hz while the NRF52 is 16Hz. It doesn&amp;#39;t appear to have crashed.&lt;/p&gt;
&lt;p&gt;EDIT: It has crashed now  :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 DK and BMD-300 - different low frequency clock speeds</title><link>https://devzone.nordicsemi.com/thread/69915?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 14:09:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bafd801-8aa1-48be-8c0d-d2b34f1d18cf</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi TenderLoins,&lt;/p&gt;
&lt;p&gt;To avoid any delay may cause by other peripheral such as the UART, you can try to blink an LED instead of printing out something in the Tick.&lt;/p&gt;
&lt;p&gt;In addition, you can try to test with only internal RC 32kHz not the external crystal. This can tell if it&amp;#39;s the issue with the crystal or not.&lt;/p&gt;
&lt;p&gt;Would the interval on the NRF52DK slower than it should or the Rigado board faster than it should ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>