<?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>timer dislabled after using BLE Radio [SOLVED]</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53775/timer-dislabled-after-using-ble-radio-solved</link><description>Hello, 
 
 I have a problem with app_timer. 
 
 My program need to use BLE UART for about 15 second then switch for just RADIO after. 
 To do so, I enable the ble stack as the ble_app_uart example in the ble_peripheral folder, and set an app_timer as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Oct 2019 16:24:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53775/timer-dislabled-after-using-ble-radio-solved" /><item><title>RE: timer dislabled after using BLE Radio</title><link>https://devzone.nordicsemi.com/thread/217383?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 16:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4fcda2f-7cea-41d8-8c01-94db2d22eb7c</guid><dc:creator>Yann</dc:creator><description>&lt;div&gt;Thanks for your quick response.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The call to&lt;b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;nrf_drv_clock_lfclk_request()&lt;/b&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;solved the problem. I was indeed using the clock initialized by the soft device.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The program now work as intended.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: timer dislabled after using BLE Radio</title><link>https://devzone.nordicsemi.com/thread/217358?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 14:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c3e7cad-9730-4dd6-8412-34b19eff564a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Are you using the clock driver in your code? The clock driver will release the 32K clock source used by the RTC/app timer&amp;nbsp;when it receives a Softdevice disable request and if the Softdevice only requested the clock source. In that case, you can fix this by calling&amp;nbsp;nrf_drv_clock_lfclk_request(). That&amp;nbsp;informs&amp;nbsp;the driver that&amp;#39;s not only the Softdevice that relies on this clock source.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>