<?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>nRF52840 custom PCB firmware does not execute after power-cycle unless J-Link/RTT is attached</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127722/nrf52840-custom-pcb-firmware-does-not-execute-after-power-cycle-unless-j-link-rtt-is-attached</link><description>Hardware: 
 
 Custom PCB, nRF52840 SoC 
 VDD = 1.8V (battery-powered, no USB) 
 External LFCLK crystal (32.768 kHz) originally configured; switched to RC oscillator during debugging 
 
 SDK / Toolchain: 
 
 nRF Connect SDK v3.2.1 (Zephyr 4.2.99) 
 Zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Apr 2026 18:19:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127722/nrf52840-custom-pcb-firmware-does-not-execute-after-power-cycle-unless-j-link-rtt-is-attached" /><item><title>RE: nRF52840 custom PCB firmware does not execute after power-cycle unless J-Link/RTT is attached</title><link>https://devzone.nordicsemi.com/thread/564740?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 18:19:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:292b0761-2e4b-4486-8f5d-499ea60af903</guid><dc:creator>Ahmed0</dc:creator><description>&lt;p&gt;I solved my issue. I had my pcb configured to be in 1.8V mode but&amp;nbsp; the LDO was still enabled.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Put this in your device overlay file to disable regulator LDO:

#include &amp;lt;zephyr/dt-bindings/regulator/nrf5x.h&amp;gt;


&amp;amp;reg1 {
	regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For anybody else stumbling onto this forum post, here is another forum post with similar issues but&amp;nbsp; their problem was different, it might help if my post hasnt:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/64575/flashing-nrf52840-module#:~:text=nRFGo%20Studio%20is%20very%20old,I%20hope%20this%20helps"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/64575/flashing-nrf52840-module#:~:text=nRFGo%20Studio%20is%20very%20old,I%20hope%20this%20helps&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>