<?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 clock frequency keeps changing randomly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64692/nrf52832-clock-frequency-keeps-changing-randomly</link><description>I&amp;#39;ve got an application that reads MP3 files from an SD card, decodes them and outputs audio data to a codec via I2S. The codec is clocked by MCLK generated by the nRF. The boards do not have a 32768 Hz crystal. The 32 MHz crystal is present. NRF_SDH_CLOCK_LF_SRC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Aug 2020 09:25:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64692/nrf52832-clock-frequency-keeps-changing-randomly" /><item><title>RE: nRF52832 clock frequency keeps changing randomly</title><link>https://devzone.nordicsemi.com/thread/263982?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 09:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdac3715-58ec-4565-9f4d-e6baa82b8dcf</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can always turn the HFXO (crystal) off whenever you don&amp;#39;t need it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 clock frequency keeps changing randomly</title><link>https://devzone.nordicsemi.com/thread/263961?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 08:44:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38cfdcf1-e6fd-4b4a-b720-d9b792580e9a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The NRF Bluetooth chips switch from HFINT to HFCLK (crystal) and back automatically.&lt;/p&gt;
&lt;p&gt;When using softdevice, you can keep the HFCLK running by&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;sd_clock_hfclk_request();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It will consume a bit more power, but you need the HF clock running anyway for UART and I&amp;sup2;S.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>