<?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>SOFTDEVICE: ASSERTION FAILED AT 0x000169a8</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67632/softdevice-assertion-failed-at-0x000169a8</link><description>Hi, 
 I get sporadic softdevice assertions at the address above. I am using S132, SDK15.2.0 on nRF 52832 custom board, and the problem started when I added LoRaWAN functionality to a (stable until then) application. Any ideas where this error come from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Oct 2020 18:28:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67632/softdevice-assertion-failed-at-0x000169a8" /><item><title>RE: SOFTDEVICE: ASSERTION FAILED AT 0x000169a8</title><link>https://devzone.nordicsemi.com/thread/277229?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 18:28:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7ea3c7b-0e8b-49b7-82b3-12c32770ceef</guid><dc:creator>Thanos</dc:creator><description>&lt;p&gt;So, it is a timing issue.&lt;/p&gt;
&lt;p&gt;Tested again after temporarily disabled critical sections: no more assertions since then. It seems that IRQs were masked for too long.&lt;/p&gt;
&lt;p&gt;Finally, switching from &lt;em&gt;__disable_irq( )&lt;/em&gt; to &lt;em&gt;app_util_critical_region_enter()/exit()&lt;/em&gt; solved the issue.&lt;/p&gt;
&lt;p&gt;Many thanks for your support,&lt;/p&gt;
&lt;p&gt;Thanos&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SOFTDEVICE: ASSERTION FAILED AT 0x000169a8</title><link>https://devzone.nordicsemi.com/thread/277187?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 15:07:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eca90323-65da-4e5b-8640-162cbd32cd6b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The assert is related to the radio and timing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;# ASSERT(radio_enable_time_us &amp;gt; NRF_TIMER0-&amp;gt;CC[HAL_DEF_PA_LNA_CC_INDEX]);&lt;/p&gt;
&lt;p&gt;(I don&amp;#39;t have access to the full source code, so I don&amp;#39;t know more than this line).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What changes did you apply when the asserts started to occur?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>