<?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>SD 6.0.0 to SD 6.1.1 migration problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51383/sd-6-0-0-to-sd-6-1-1-migration-problem</link><description>Hello all, 
 I recently migrated from SDK 15.0.0 to SDK 15.3.0 and as a result tried to migrate from SD 6.0.0 to 6.1.1. 
 My application goes to sleep after a while and when it wakes up it should auto connect to to its host again. 
 The problem here is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Aug 2019 12:05:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51383/sd-6-0-0-to-sd-6-1-1-migration-problem" /><item><title>RE: SD 6.0.0 to SD 6.1.1 migration problem</title><link>https://devzone.nordicsemi.com/thread/206099?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 12:05:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:081fe3e4-85e3-43a3-aac8-a52de2c0ab17</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see. The assert itself is because SoftDevice lost timing, so it could be caused by several things (some operation with the same or higher priority than the SoftDevice taking a too long time to finish). Other possibilities are long flash writes as was the problem in the other thread, or a timeslot that is not released in time, etc. Since you mentionned &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/40088/sd_flash_write-cause-nrf_fault_id_sd_assert/"&gt;the other case&lt;/a&gt; - do you do long flash writes? if so, then the workaround is to split the long flash write operations in two.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SD 6.0.0 to SD 6.1.1 migration problem</title><link>https://devzone.nordicsemi.com/thread/206057?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 09:49:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:278630e4-94ae-4ba4-98df-f744f46533c1</guid><dc:creator>hossein_m</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi Einar,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think that is the case in my application, I only used Nordic standard libraries to work with interrupts which I think use critical regions. Also I don&amp;#39;t get this assert when using soft device version 6.0.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SD 6.0.0 to SD 6.1.1 migration problem</title><link>https://devzone.nordicsemi.com/thread/206027?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 07:43:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6115d47c-9933-4a22-99a0-7e907512cef4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The typical reason for getting this assert is that the application disables interrupts globally instead of using critical regions (&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.1/group___n_r_f___n_v_i_c___f_u_n_c_t_i_o_n_s.html?cp=3_4_3_1_2_9_2_1#gac3d990530890d81f388de7d507e170b8"&gt;sd_nvic_critical_region_enter()&lt;/a&gt;&amp;nbsp;/&amp;nbsp;sd_nvic_critical_region_exit()). Is that the case in your code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>