<?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>Disabling S132 Softdevice when running FreeRTOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24426/disabling-s132-softdevice-when-running-freertos</link><description>Hi All, Nordic, 
 In my application, I don&amp;#39;t always need BLE connectivity, so I was hoping to disable the S132 softdevice when not needed. However when I do this FreeRTOS stops working normally. 
 Any thoughts? Is there an alternative way to put the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Apr 2018 12:57:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24426/disabling-s132-softdevice-when-running-freertos" /><item><title>RE: Disabling S132 Softdevice when running FreeRTOS</title><link>https://devzone.nordicsemi.com/thread/127226?ContentTypeID=1</link><pubDate>Fri, 06 Apr 2018 12:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67d44a7b-6905-44fd-bc30-2005a37abc92</guid><dc:creator>Sumanth Murali</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m saving the same issue. What was the fix for this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling S132 Softdevice when running FreeRTOS</title><link>https://devzone.nordicsemi.com/thread/119432?ContentTypeID=1</link><pubDate>Thu, 01 Feb 2018 21:26:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01d351eb-fd5a-46b6-b469-f54eddce2612</guid><dc:creator>james.zipperer</dc:creator><description>&lt;p&gt;The&amp;nbsp;LF (low frequency) clock&amp;nbsp;can get disabled as a result of disabling the softdevice, which makes things like vTaskDelay stop working.&amp;nbsp; I&amp;nbsp;solved it by doing the following before disabling the softdevice:&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s3"&gt;nrf_drv_clock_lfclk_&lt;/span&gt;&lt;span class="s4"&gt;req&lt;/span&gt;&lt;span class="s3"&gt;uest(&lt;/span&gt;&lt;span class="s5"&gt;NULL&lt;/span&gt;&lt;span class="s3"&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s3"&gt;That increments the reference counter to the LF clock, which keeps it running even after the softdevice is disabled.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling S132 Softdevice when running FreeRTOS</title><link>https://devzone.nordicsemi.com/thread/96190?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 13:19:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2d9d150-b200-40f4-94f9-40f79ecf2e2c</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m not an expert on FreeRTOS, but are you sure it is necessary to disable the SoftDevice? It wouldn&amp;#39;t do much as long as you don&amp;#39;t use it, i.e. don&amp;#39;t advertise, scan and so on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>