<?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  SDK 15 + S132 SoftDevice v6.0.0  nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37519/app_timer-sdk-15-s132-softdevice-v6-0-0-nrf52832</link><description>Hi everyone. I&amp;#39;m starting from scratch and using as reference the example/ble_peripheral/ble_app_template. 
 I&amp;#39;m using Embedded Studio 3.50 + Jlink V6.32 / The chip is nRF52832-QFAA / The SDK15.0.0 + S132 SoftDevice v6.0.0 
 I designed a custom board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Aug 2018 02:58:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37519/app_timer-sdk-15-s132-softdevice-v6-0-0-nrf52832" /><item><title>RE: app_timer  SDK 15 + S132 SoftDevice v6.0.0  nRF52832</title><link>https://devzone.nordicsemi.com/thread/144617?ContentTypeID=1</link><pubDate>Fri, 17 Aug 2018 02:58:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56df00a6-6272-488c-b6f6-602cd906dbf4</guid><dc:creator>Humberto Matias Cosentini</dc:creator><description>&lt;p&gt;Thanks!!! Yes, I forgot to enable the softdevice!!!&lt;/p&gt;
&lt;p&gt;I added the following&amp;nbsp;lines and now the softdevice&amp;nbsp;request the LFCLK and app_timer is running!!!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; ret_code_t err_code;

      err_code = nrf_sdh_enable_request();
      APP_ERROR_CHECK(err_code);
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_timer  SDK 15 + S132 SoftDevice v6.0.0  nRF52832</title><link>https://devzone.nordicsemi.com/thread/144464?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 09:01:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb4ff694-45b1-4305-8c35-6891cca10d2b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The SoftDevice will start the LFCLK when it is enabled, but I do not see you enabling the SoftDevice in your main function. If you don&amp;#39;t enable it, then you are effectively not using the SoftDevice even if you have programmed it to the flash.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>