<?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>why timer of SDK 9.0 needn&amp;#39;t code  to trigger the clock.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10498/why-timer-of-sdk-9-0-needn-t-code-to-trigger-the-clock</link><description>I read timer example of SDK7.0/6.0, and found that often we write some code to tigger the clock.
but the same example of SDK9.0 needn&amp;#39;t. why ? 
 the code of SDK7.0: NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1; to trigger the clock. 
 /** 
 
 @brief Function</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Nov 2015 01:50:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10498/why-timer-of-sdk-9-0-needn-t-code-to-trigger-the-clock" /><item><title>RE: why timer of SDK 9.0 needn't code  to trigger the clock.</title><link>https://devzone.nordicsemi.com/thread/39033?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2015 01:50:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42c729ed-91fa-4ccc-9af0-0981af1ea30f</guid><dc:creator>hawk</dc:creator><description>&lt;p&gt;thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why timer of SDK 9.0 needn't code  to trigger the clock.</title><link>https://devzone.nordicsemi.com/thread/39032?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 11:29:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12be5ac3-dbf1-48ce-9386-a4f93efdeb47</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The HFCLK is always running when the CPU is running or if a peripheral that requires it is active. (It can also be configured to run when it is not used, for constant latency, but it will increase the power consumption). The naming may be a bit confusing, but setting &lt;a href="http://infocenter.nordicsemi.com/topic/nrf52.v1.7/Chunk401120700.html#topic"&gt;&lt;code&gt;TASKS_HFCLKSTART&lt;/code&gt;&lt;/a&gt; actually starts the crystal oscillator, which is more accurate than the RC oscillator. If the application or peripheral (e.g. the radio) requires a accurate clock, the crystal oscillator must be used. If not, the RC is probably better as it starts up faster.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>