<?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>Minimum softdevice initialization functions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19253/minimum-softdevice-initialization-functions</link><description>Hello, 
 In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated during the conditions check in order to keep the power consumption as low as possible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Jan 2017 07:50:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19253/minimum-softdevice-initialization-functions" /><item><title>RE: Minimum softdevice initialization functions</title><link>https://devzone.nordicsemi.com/thread/74591?ContentTypeID=1</link><pubDate>Fri, 27 Jan 2017 07:50:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d8735c7-bff8-4e60-9655-7e3325bc5999</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can start the LF RC without initializing the softdevice. This is described in &lt;a href="https://devzone.nordicsemi.com/question/46390/avoid-sdk-modules-who-need-app-timers/?answer=46401#post-id-46401"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Minimum softdevice initialization functions</title><link>https://devzone.nordicsemi.com/thread/74590?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2017 17:17:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13fd2549-b619-4022-818e-3ec7447bdbda</guid><dc:creator>bloobird0</dc:creator><description>&lt;p&gt;Edit: it looks like that app_timer uses the RTC. I don&amp;#39;t have any 32kHz crystal on my board so I use the internal LFRC clock when configuring the softdevice. I may explain why my app_timer does not fire before initializing the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Minimum softdevice initialization functions</title><link>https://devzone.nordicsemi.com/thread/74589?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2017 16:51:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:841c68bf-a9e4-4365-88ed-ceb45f5cc6db</guid><dc:creator>bloobird0</dc:creator><description>&lt;p&gt;Thanks, seems OK. Nevertheless I find that the app_timer does not fire anymore until the softdevice is initialized. Is App_timer softdevice-dependent?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Minimum softdevice initialization functions</title><link>https://devzone.nordicsemi.com/thread/74588?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2017 12:37:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0293cc2f-38a6-4407-a37b-9ac63df6153a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As long as the softdevice is not enabled, you can use the registers directly to put the device into System off mode:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_POWER-&amp;gt;SYSTEMOFF = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can find some power-down examples on our &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples"&gt;GitHub page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If the softdevice has been initialized, you will have to use the &lt;code&gt;sd_power_system_off()&lt;/code&gt; function.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>