<?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>App timer and Disable Softdevice Problems ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46455/app-timer-and-disable-softdevice-problems</link><description>Hi all, 
 I using nrf52832 and segger IDE 
 I am trying disable softdevice and enable it while chip running. In my project, I use RTC1 for app timer. 
 When I disable SD, I will stop app_timer relate to SD follow example ble_app_gzll. 
 This my code </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Apr 2019 13:10:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46455/app-timer-and-disable-softdevice-problems" /><item><title>RE: App timer and Disable Softdevice Problems ?</title><link>https://devzone.nordicsemi.com/thread/183496?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 13:10:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ca4e9fb-2fd9-41cb-af30-b0a1cf47f4f6</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;So if I understand you correctly you can run app_timers while softdevice is enabled and disabled, but it&amp;#39;s only if app_timer is stopped when softdevice is disabled you have an issue?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You should call nrf_drv_clock_lfclk_request() after ble_stack_init() to ensure that the clock is kept running after softdevice disable, it&amp;#39;s too late to call nrf_drv_clock_lfclk_request() after stack is disabled.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can&amp;#39;t see from your above code that you have any repeated times though.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>