<?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>NRF54L15 DK soft bricked?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120651/nrf54l15-dk-soft-bricked</link><description>Hi! 
 
 I have somehow softbricked my nrf54L15 dk. This happened by using nrf conncet board configurator. First symptom was no uart logs and now I get this crash via RTT logging. Program is Blink sample 
 RTT viewer log: 
 
 
 What might cause this? I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Apr 2025 12:27:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120651/nrf54l15-dk-soft-bricked" /><item><title>RE: NRF54L15 DK soft bricked?</title><link>https://devzone.nordicsemi.com/thread/531687?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 12:27:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba4f64ea-10ff-4b9d-9d27-04d703669fd4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;With &amp;quot;Blink&amp;quot; sample, do you refer to the &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/26b8d92f84c6f6358467b80a4a833657d7726d1c/samples/basic/blinky"&gt;basic blinky sample&lt;/a&gt;, or another? Can you backtrack and make sure you test the unmodified sample from an unmodified SDK?&lt;/p&gt;
&lt;p&gt;Also, as you write that the first symptom was no UART logs, I wonder if you disabled the UART in the interface MCU (onboard debugger) in the board configuration? Can you show the board configurator configuration as it is currently?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54L15 DK soft bricked?</title><link>https://devzone.nordicsemi.com/thread/531534?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2025 13:06:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b5ee5a-1829-40ea-821f-51d98da7c37a</guid><dc:creator>Elppu</dc:creator><description>&lt;p&gt;But blink alone even without logs should work? I tried this conf with no luck:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MPSL_WORK_STACK_SIZE=4096
CONFIG_GPIO=y

CONFIG_USE_SEGGER_RTT=y

CONFIG_LOG_BACKEND_RTT=y

CONFIG_SEGGER_RTT_BUFFER_SIZE_UP= 4096 

CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=64
CONFIG_SEGGER_RTT_MODE_NO_BLOCK_SKIP=y


# General config
CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=4
CONFIG_LOG_MODE_DEFERRED=y

# Stack 
CONFIG_MAIN_STACK_SIZE=12000
CONFIG_MPSL_WORK_STACK_SIZE=12000&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54L15 DK soft bricked?</title><link>https://devzone.nordicsemi.com/thread/531530?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2025 13:01:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45a50a42-d861-4dbb-a039-61c5a4558a8f</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Try &lt;code&gt;CONFIG_LOG_MODE_DEFERRED=y&lt;/code&gt; or increase all those stack sizes quite a bit in the config.&lt;/p&gt;
&lt;p&gt;Debug logs take tons of stack space for the printf() formatting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>