<?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>The nRF52840 proMicro is flashed, but the firmware code does not run.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124553/the-nrf52840-promicro-is-flashed-but-the-firmware-code-does-not-run</link><description>Hello everyone. I&amp;#39;m using the nRF52840 Pro Micro board with the J-Link programmer and the nRF Connect extension for VS Code. This board comes with a U2F bootloader, but I completely erased it and am trying to flash the nRF52840 using J-Link (SWD). I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Dec 2025 17:09:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124553/the-nrf52840-promicro-is-flashed-but-the-firmware-code-does-not-run" /><item><title>RE: The nRF52840 proMicro is flashed, but the firmware code does not run.</title><link>https://devzone.nordicsemi.com/thread/557546?ContentTypeID=1</link><pubDate>Mon, 22 Dec 2025 17:09:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03304c56-51b1-4736-a506-4c6320a29aa9</guid><dc:creator>vitorengcruz</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/st_2d00_ivoda"&gt;St-Ivoda&lt;/a&gt;&amp;nbsp;, I&amp;#39;ve been busy here trying to solve the same problem... Unfortunately, your solution didn&amp;#39;t work for me, so I did some more research.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I bumped in this Kconfig&amp;nbsp;item in &amp;quot;Action-&amp;gt; nRF Kconfig GUI&amp;quot;, &amp;quot;Board Options-&amp;gt;Board has nRF5 bootloader&amp;quot;, and it was enabled. So I try to disable it and flash. it worked, board started to blink LED0.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So I&amp;#39;m assuming this code example doesn&amp;#39;t include the required nRF5 bootloader in &amp;quot;merged.hex&amp;quot;. As far as I understand, this newer SDK should include all bootloader, softdevice and other stacks automatically, but for some reason it didn&amp;#39;t include the bootloader for promicro board. Or we should flash the bootloader prior to flash &amp;quot;merged.hex&amp;quot;? I&amp;#39;ll check this and come back here.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards and Happy new year!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The nRF52840 proMicro is flashed, but the firmware code does not run.</title><link>https://devzone.nordicsemi.com/thread/549633?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 06:52:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86a48399-f9e8-42e7-a3f8-a9c06335e819</guid><dc:creator>St-Ivoda</dc:creator><description>&lt;p&gt;I found a solution to my problem, and I&amp;#39;ll describe it here; perhaps it&amp;#39;ll be useful to someone.&lt;/p&gt;
&lt;p&gt;It was enough to completely clean&amp;nbsp;the SoC.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog -f nrf52840 --eraseall&lt;/pre&gt;&lt;br /&gt;Then flash the SoftDevice S140.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --program /Path/to/your/s140_nrf52_7.3.0_softdevice.hex -f nrf52 --chiperase&lt;/pre&gt;&lt;br /&gt;This is a binary BLE stack that resides in the lower portion of the flash memory and hijacks some hardware resources. In the programmer, this portion of the flash memory is marked in orange and labeled &amp;quot;MBR&amp;quot;. This is likely what the microcontroller is missing.&lt;br /&gt;Then, after flashing the softdevice s140, flash your board via SWD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>