<?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>BLE Mesh node resets with &amp;#39;mpsl_init: MPSL ASSERT: 112, 1622&amp;#39;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119225/ble-mesh-node-resets-with-mpsl_init-mpsl-assert-112-1622</link><description>Dear all, 
 
 one of our products is a mesh light node, using NRF52833 and, as the firmware, the example &amp;#39;Light Fixture&amp;#39; ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/mesh/light_ctrl/README.html ), using nRF Connect SDK v2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Feb 2025 11:29:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119225/ble-mesh-node-resets-with-mpsl_init-mpsl-assert-112-1622" /><item><title>RE: BLE Mesh node resets with 'mpsl_init: MPSL ASSERT: 112, 1622'</title><link>https://devzone.nordicsemi.com/thread/524565?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 11:29:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf1192bb-a8fc-48f6-91bc-36e93cef8cc4</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;The relevant R&amp;amp;D team on our side has tried reproducing what you see with&amp;nbsp;the&amp;nbsp;default sample on DKs, and do not observe what you are describing.&amp;nbsp;(G&lt;span&gt;eneric on-off server functionality with e.g. transition time set to 3s, and delay 100ms. A led on the DK dims back and forth.)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I assume then that it is the HFXO that is at fault.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh node resets with 'mpsl_init: MPSL ASSERT: 112, 1622'</title><link>https://devzone.nordicsemi.com/thread/524505?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 08:37:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db2ea51c-a544-4d58-b896-19d0cdd1a5fa</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Could you expand on why you are using rc1 btw?&lt;/p&gt;
[quote user="TechSW"]&lt;p&gt;Regarding the question about the interrupts, we didn&amp;#39;t change anything from the provided example.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Is that the case regarding the sample as a whole, or just the use of interrupts?&lt;/p&gt;
&lt;p&gt;I assume then that you do not disable interrupts with&amp;nbsp;&lt;span&gt;__disable_irq(), using additional interrupts with extremely high priority or anything like that.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You are seeing this on multiple nodes right? Not just on one physical device?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh node resets with 'mpsl_init: MPSL ASSERT: 112, 1622'</title><link>https://devzone.nordicsemi.com/thread/524414?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 15:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2252a5cb-f198-4aaa-aeff-f2cf53bd74c1</guid><dc:creator>TechSW</dc:creator><description>&lt;p&gt;Dear Elfving,&lt;/p&gt;
&lt;p&gt;Thank you for your answer. We are double-checking the HFXO as for your suggestion.&lt;/p&gt;
&lt;p&gt;However,&amp;nbsp;we have one more element: apparently, this problem only (or mostly) happens when the light node is configured with mode-on, which means, the light LC server modulates the lightness&amp;nbsp;based on the received LUX messages. It seems that if we disable such functionality, the reset stops to occur (or less likely, need more time to confirm).&lt;/p&gt;
&lt;p&gt;Regarding the question about the interrupts, we didn&amp;#39;t change anything from the provided example.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;TSW&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh node resets with 'mpsl_init: MPSL ASSERT: 112, 1622'</title><link>https://devzone.nordicsemi.com/thread/524338?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 12:49:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6696f7b8-2906-4db0-9732-0cae0ec02d71</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First off I would like to mention that the rc1 might not be the most optimal for a product. We prefer to use the stable tags for those, like 2.7.0 now that it is out. Though I assume you made a product at a time where you were forced to use 2.7-rc1. It is probably fine either way, I just had to mention it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll look into what the error code is referring to exactly. Though it looks like it is related to timing or the hardware here, maybe the HFXO. There have been some similar cases in the past in which the HFXO wasn&amp;#39;t soldered on well enough, or started up correctly.&amp;nbsp;Are you doing a lot of work in interrupts, that could potentially be problematic in regards to timing priorities?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>