<?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>change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22309/change-hfxo-from-hfint</link><description>hello,
I want to use HFXO with high accuracy.
How can I switch between HFINT and HFXO? 
 than you,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 02 Oct 2022 01:55:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22309/change-hfxo-from-hfint" /><item><title>RE: change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/thread/388870?ContentTypeID=1</link><pubDate>Sun, 02 Oct 2022 01:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46a377f7-c9af-4888-b2a0-36466eb64967</guid><dc:creator>Yuhua</dc:creator><description>&lt;p&gt;Extend question for this case: For current consumption, we can found&amp;nbsp;&lt;span&gt;HFXO&amp;nbsp;&lt;/span&gt;enabled or disabled depends on BLE connection requirement, and it is not always on or off. My application needs HFXO during a specified interval time, other time, it will be disabled, too. It maybe conflicted with BLE. How to manage them for this application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/thread/87726?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 01:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7c4fe11-d662-4a72-9247-149ddd8242e0</guid><dc:creator>sfujimoto</dc:creator><description>&lt;p&gt;Hi, Wojtek,
thank you,
I was satisfied with the addition below.
NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;
NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART = 1;&lt;/p&gt;
&lt;p&gt;With this, I was able to interrupt and measure accurate time.
However, I think whether there is some sacrifice of current consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/thread/87725?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 11:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20142418-3a60-4dfa-8646-87737c0ac614</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;You can use driver available in SDK (nrf_drv_clock_hfclk_request), you can use HAL available in SDK( nrf_clock_task_trigger(NRF_CLOCK_TASK_HFCLKSTART) ), you can do it directly on the registers (something like NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1) if i remember correctly... ).&lt;/p&gt;
&lt;p&gt;You just operate on it like on any other peripherals. There is documentation of SDK available on infocenter, and also there are clock examples available in SDK - you should just check it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/thread/87724?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 10:55:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f967a98d-59ea-4c21-9387-0d7b8c072132</guid><dc:creator>sfujimoto</dc:creator><description>&lt;p&gt;thank you,
How can HFXO trigger the HFCLKSTART task?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change HFXO from HFINT</title><link>https://devzone.nordicsemi.com/thread/87723?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 10:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a603bba-6de9-46c9-87f9-1b32ee1b2230</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;According to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/clock.html?cp=2_2_0_18_0#concept_rp5_fgp_bs"&gt;documentation&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The HFINT will be used when HFCLK is requested and HFXO has not been started. The HFXO is started by triggering the HFCLKSTART task and stopped using the HFCLKSTOP task. A HFCLKSTARTED event will be generated when the HFXO has started and its frequency is stable.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>