<?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>nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47014/nrf_sdh_enable_request-takes-quite-a-long-time-to-end-s132-6-1-1</link><description>Hello, 
 I&amp;#39;m working on nRF52832 and i&amp;#39;m porting the SDK15.3.0 (i was currently working with SDK14.2.0) but i&amp;#39;m facing something strange with the function : &amp;quot;ble_stack_init&amp;quot; 
 Indeed, it is very long to end compared to the one in SDK14 and i don&amp;#39;t know</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2019 10:32:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47014/nrf_sdh_enable_request-takes-quite-a-long-time-to-end-s132-6-1-1" /><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/226105?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 10:32:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86783f57-a581-4f59-900a-28f00acaa8d8</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Maybe someone from the Nordic team could be more useful than me for this issue, im sorry i dont have any clue&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/225856?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 11:26:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c666ae0-1ff8-4b1e-9acb-5dfd8a68757a</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Even though I replaced clock sources, it is taking ~50ms for ble_stack_init to complete.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/225846?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 10:39:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25e7d2ee-e78e-49f8-96fd-9ec63911a17f</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is my sdk_config, but actually it is the one from the project example.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6746.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../6746.sdk_5F00_config.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My definitions are made in the app_config.h file that is included by sdk_config :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NRF_BLE_QWR_ENABLED                   0
#define NRF_BLE_SCAN_SCAN_DURATION            400
#define NRF_BLE_SCAN_SCAN_WINDOW              160
#define BLE_NUS_C_ENABLED                     1
#define BLE_NUS_ENABLED                       1
#define NRFX_CLOCK_CONFIG_LF_SRC              0
#define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY  7
#define NRFX_WDT_CONFIG_BEHAVIOUR             0 // wdt pause in SLEEP and HALT 
#define NRFX_WDT_CONFIG_RELOAD_VALUE          40000
#define CLOCK_CONFIG_LF_SRC                   0 // RC oscillator
#define SAADC_ENABLED                         1
#define SAADC_CONFIG_RESOLUTION               2
#define SAADC_CONFIG_LP_MODE                  1
#define SAADC_CONFIG_IRQ_PRIORITY             7
#define TWI_ENABLED                           1
#define TWI_DEFAULT_CONFIG_FREQUENCY          104857600
#define TWI_DEFAULT_CONFIG_HOLD_BUS_UNINIT    1
#define TWI_DEFAULT_CONFIG_IRQ_PRIORITY       7
#define TWI0_ENABLED                          1
#define WDT_ENABLED                           1
#define WDT_CONFIG_BEHAVIOUR                  0
#define WDT_CONFIG_RELOAD_VALUE               40000
#define APP_SCHEDULER_ENABLED                 0
#define APP_TIMER_CONFIG_RTC_FREQUENCY        0
#define LOW_POWER_PWM_ENABLED                 1
#define NRF_SORTLIST_ENABLED                  0
#define NRF_LOG_BACKEND_RTT_ENABLED           1
#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE  128
#define NRF_LOG_BACKEND_UART_ENABLED          0
#define NRF_SDH_BLE_TOTAL_LINK_COUNT          2
#define NRF_SDH_BLE_GAP_EVENT_LENGTH          10
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE         32
#define NRF_SDH_BLE_VS_UUID_COUNT             1
#define NRF_SDH_DISPATCH_MODEL                2
#define NRF_SDH_CLOCK_LF_SRC                  0
#define NRF_SDH_CLOCK_LF_RC_CTIV              31
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV         31
#define NRF_SDH_CLOCK_LF_ACCURACY             1
#define FDS_VIRTUAL_PAGES                     3     // Total size of FDS : 3*1024*4 = 12kB

#define PPI_ENABLED                           1
#define GPIOTE_ENABLED                        1
#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1

#define APP_UART_ENABLED                      0
#define RETARGET_ENABLED                      0

#define RTC_ENABLED                           1
#define RTC2_ENABLED                          1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I think your issue could come from the LF clock source or RTC source.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Aur&amp;eacute;lien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/225835?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 09:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de8a02d3-13c7-416a-981e-38e687a5ece6</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi Aurel,&lt;/p&gt;
&lt;p&gt;I am also facing same issue. Could you please attach the sdk_config file?&lt;/p&gt;
&lt;p&gt;Also please tell me what is the amount of value decreased from 2sec?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sridhar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/216306?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 08:41:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:953b7579-d962-4327-a919-8fc068ac3a26</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I can share you my sdk_config file if you want because i don&amp;#39;t remember exactly the modifications i have made :)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/215762?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 20:36:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:550b1d24-f1cf-4a7d-ad45-e57a69579284</guid><dc:creator>gercer</dc:creator><description>&lt;p&gt;im having the same issue could you let me know where what you had to change?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_sdh_enable_request takes quite a long time to end (S132 6.1.1)</title><link>https://devzone.nordicsemi.com/thread/185673?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 09:51:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11162daa-95b9-418f-8511-ccc9a2e51529</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Finally, it&amp;#39;s ok, i found the issue. There was a missing configuration about clock in my sdk config file.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>