<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14359/clock-frequency</link><description>Hi everyone 
 I am working with nRF52 (SD132). I am considering the ble_app_uart example and I&amp;#39;m trying to modify it by setting TIMER1 and TIMER2 peripherals to generate 2 different clocks HFCLK (6250 Hz) and LFCLK (1 Hz) so that they can be altered</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Jun 2016 12:13:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14359/clock-frequency" /><item><title>RE: Clock frequency</title><link>https://devzone.nordicsemi.com/thread/54816?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 12:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aac3d6b4-102f-444e-9859-c8016d5ffcd5</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The frequency of the signal is simply changed by updating &lt;code&gt;CC[0]&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You should call &lt;code&gt;APP_TIMER_INIT()&lt;/code&gt; in main instead then. That module is not relevant for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clock frequency</title><link>https://devzone.nordicsemi.com/thread/54817?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2016 23:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:448bb2e8-a136-4a25-bc9f-b06a4cfd7dac</guid><dc:creator>Silvia</dc:creator><description>&lt;p&gt;Thanks for your answer.&lt;/p&gt;
&lt;p&gt;The problem is that I&amp;#39;d like to modify further the ble_app_uart example code so that the two clock frequencies can be altered on-the-fly via an UART command, because I&amp;#39;d like  to change the two clock frequencies using a terminal emulator program. So I am just looking for an idea!&lt;/p&gt;
&lt;p&gt;PS
If I tried to remove APP_TIMER_INIT(), but if I do it, the hardware stops advertising and that&amp;#39;s bad for my goal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clock frequency</title><link>https://devzone.nordicsemi.com/thread/54818?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2016 16:06:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e69739f4-56a3-4437-97dc-a31123f1286f</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Looks good. What is the problem? You can remove &lt;code&gt;APP_TIMER_INIT(..)&lt;/code&gt;, this a module for calling functions regularly, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_timer.html?cp=5_0_0_3_27"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>