<?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>TIMER2 issue with soft device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22337/timer2-issue-with-soft-device</link><description>i could not run timer2 with soft device,. if i start initiaize TIMER2 the bluetooth advertise has disabled. i need this timer to timeout my flow function. i think softdevice has stopped my function. my execution timeslot is high compare. can u please</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 May 2017 11:44:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22337/timer2-issue-with-soft-device" /><item><title>RE: TIMER2 issue with soft device</title><link>https://devzone.nordicsemi.com/thread/87826?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 11:44:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7015b145-34b8-448c-b26f-a6508159b2cc</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Hello Satheesh&lt;/p&gt;
&lt;p&gt;In your code you write to the peripheral registers to start the HF clock, however the application will only have restricted access to these registers when the softdevice is running, see SoC resource requirements of the Softdevice documentation. To control the clock you should use the Softdevice API, found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s110.api.v8.0.0/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=3_7_0_0_0_2_6_3"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If the Softdevice has been enabled before you start the timer it will start the HFCLK, so it should not be necessary for you to do it manually.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jørn Frøysa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>