<?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>MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127619/mspl-assert-error-when-trying-to-run-beacon-sample-in-nrf52832dk-board</link><description>Hi, 
 Im trying to run a beacon sample code using VS code on nrf52832dk board. Initially, I tried running with the latest SDK available 3.0.0, but I faced MSPL assert error. So, I thought there might be some issues with the sdk version. Therefore I tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2026 10:51:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127619/mspl-assert-error-when-trying-to-run-beacon-sample-in-nrf52832dk-board" /><item><title>RE: MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/thread/564371?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2026 10:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:673f13b4-dfe8-45e3-ad60-7ca6b0b8b038</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi again!&lt;br /&gt;&lt;br /&gt;Ok. Does other BLE samples also fail? If so this may be a defective board.&lt;/p&gt;
&lt;p&gt;What is the board version and how old is it? See the white sticker in the middle.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/thread/564330?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2026 18:14:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6bcdec0-cb6a-4189-abac-a78380c4ba8d</guid><dc:creator>ShankarPV</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The board seems to be fine, its as per the picture you have shared. The components are soldered correctly. And I added the snippet before the bt_enable(). Also, I tried adding the CONFIG_CLOCK_CONTROL=n in the prj.cnf.&amp;nbsp; As you had suggested I created a sample application that prints hello world on terminal. When I try building its throwing an error. But if I build without adding that line, its working. I&amp;#39;m attaching the log for reference.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0211.BuildLog.txt"&gt;devzone.nordicsemi.com/.../0211.BuildLog.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Shankar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/thread/564291?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2026 08:39:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a95ee188-25c4-490a-ba78-01becd098881</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello again!&lt;br /&gt;&lt;br /&gt;Yes, this may indicate that there is an issue with the board. But first: could you explain how you were running the snippet? It must be run before bt_enable(). Also, you can try to add CONFIG_CLOCK_CONTROL=n in the configuration, so that Zephyr doesn&amp;#39;t take hold of the clock. It&amp;#39;s probably best to do the test in a blank sample, like hello_world.&lt;br /&gt;&lt;br /&gt;Also, could you check&amp;nbsp;if the DK is OK? Specifically the area around the X1 crystal (32 MHz):&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6305.nrf52_5F00_x1_5F00_marked.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/thread/564269?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2026 17:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4067eaa2-8009-4212-bfab-0b6b38fd338e</guid><dc:creator>ShankarPV</dc:creator><description>&lt;p&gt;I tried with the code snippet. And the code seems to be stuck in the below loop&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;while&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;NRF_CLOCK&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;EVENTS_HFCLKSTARTED&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;==&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Could it be because of any hardware issue in the board?&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MSPL Assert Error when trying to run Beacon sample in nrf52832DK board</title><link>https://devzone.nordicsemi.com/thread/564239?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2026 08:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6274a92a-500c-4cbf-86ab-ac99a8c73e28</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello Shankar!&lt;br /&gt;&lt;br /&gt;Thanks for reaching out! The MPSL error you are seeing indicates a failed HFXO startup. Which specific sample are you using and have you done any alterations to it?&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Please try to check if the crystal oscillator is actually able to start by using the code snippet Vidar posted here:&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/102119/mpsl-assert-112-2134-if-using-multiple-ble-communication/437657"&gt;RE: MPSL ASSERT: 112, 2134 if using multiple BLE communication&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>