<?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>Clock frequency, HW clock &amp;amp; RTOS tick time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94066/clock-frequency-hw-clock-rtos-tick-time</link><description>Hi Team, 
 
 We are using Nordic connect SDK nCS 1.9.1 &amp;amp; nrf52833 
 currently have not changed any clock frequency they&amp;#39;re at default settings, we want to know what is the default clock settings in ncs, we&amp;#39;re using VS Code studio, 
 In nRF kconfig : System</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Nov 2022 13:16:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94066/clock-frequency-hw-clock-rtos-tick-time" /><item><title>RE: Clock frequency, HW clock &amp; RTOS tick time</title><link>https://devzone.nordicsemi.com/thread/396665?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2022 13:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80fa2913-40da-4070-ac6c-b7b5e6c6380f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Hitesh,&lt;/p&gt;
&lt;p&gt;I think there may be some misunderstandings here.&lt;/p&gt;
&lt;p&gt;First of all, the&amp;nbsp;CPU clock on the nRF52833 is always 64 MHz (using a 32 MHz reference). There&amp;nbsp;are no configuration change&amp;nbsp;you can do to influence this.&lt;/p&gt;
&lt;p&gt;When it comes to the RTOS / Zephyr clock source, this is based on the RTC. The RTC runs of the 37.768 kHz oscillator , so the&amp;nbsp;highest possible frequency you can use is&amp;nbsp;32768 Hz, which is what is used in the nRF Connect SDK.&amp;nbsp;Setting CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=100000&amp;nbsp;would&amp;nbsp;simply not work. Also, using a lower value serves no practical purpose (you &lt;em&gt;could&lt;/em&gt;&amp;nbsp;use the RTC prescaler&amp;nbsp;to et a lower frequency&amp;nbsp;and adjust the configuration for that, but you would not gain anything by doing so).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>