<?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>nRF52832 not running standalone, only running when debugging active</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127704/nrf52832-not-running-standalone-only-running-when-debugging-active</link><description>I recently purchased an nRF52832 (XL52832-D01) for a wearables power management project. To test the module I flashed the basic blinky (zephyr). I&amp;#39;m using a ST-Link V2 as I current am already over budget to get a J-Link or SEGGER. I&amp;#39;m using VS paired</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Apr 2026 13:29:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127704/nrf52832-not-running-standalone-only-running-when-debugging-active" /><item><title>RE: nRF52832 not running standalone, only running when debugging active</title><link>https://devzone.nordicsemi.com/thread/564640?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2026 13:29:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76f230fb-65c4-4788-8c85-4a5614ef1444</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend that you change this in the overlay in your application rather then changing the dts for the 52dk. In general we always recommend that you create a custom board target that matches the HW for your board, as the mentioned DK might have different components then your board&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 not running standalone, only running when debugging active</title><link>https://devzone.nordicsemi.com/thread/564479?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 07:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:659f6b21-a947-4230-b34a-a93eb7ec0d61</guid><dc:creator>nano_9</dc:creator><description>&lt;p&gt;Thank you for the response Runar.&lt;/p&gt;
&lt;p&gt;nRF Connect SDK 3.2.4&lt;br /&gt;&lt;span&gt;nRF Connect SDK Toolchain 3.2.4&lt;br /&gt;&lt;/span&gt;openOCD 0.12.0&lt;br /&gt;ST-Link V2&lt;/p&gt;
&lt;p&gt;I finally managed to get a working solution, as far as I&amp;#39;ve tested. You are quite correct in your response in changing the regulator mode from DC/DC to LDO, a step which I thought I had completed by implementing it in the board overlay. I will try and link some of the sources that helped. As seen in &lt;em&gt;Picture 1&lt;/em&gt;, I created a board overlay specific to my current hardware, cleaned and rebuilt but still got the same bahaviour. Harvey.Zhang in another similar thread with an nRF52840 (&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/123158/my-nrf52840-module-keeps-resetting-after-i-changing-the-mode-to-ldo"&gt;My nRF52840 Module keeps resetting after I changing the mode to LDO&lt;/a&gt;&amp;nbsp;) experienced a similar issue in which he solved it by also changing the regulator code in the .dts file.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1775548124548v7.png" alt=" " /&gt;&lt;br /&gt;&lt;em&gt;Picture 1&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I found the same .dts file with my specific board in the device tree and also changed the regulator to LDO (&lt;em&gt;Picture 2&lt;/em&gt;)&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1775547270784v2.png" alt=" " /&gt;&lt;br /&gt;&lt;em&gt;Picture 2&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Also important to note is that the module I am using does not have the components to support DC/DC, so it would be best to change to LDO to prevent any further damage before flashing you firmware. There are several unpopulated areas (&lt;em&gt;Picture 3&lt;/em&gt;) which I hope will not affect BLE function.&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/Screenshot-2026_2D00_04_2D00_07-094238.png" /&gt;&lt;br /&gt;&lt;em&gt;Picture 3&lt;/em&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: nRF52832 not running standalone, only running when debugging active</title><link>https://devzone.nordicsemi.com/thread/564468?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 05:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6e38e9f-9412-404f-a9b4-1a43f43d2de6</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does your board use LDO as you have disabled DC/DC?&lt;br /&gt;If so try to enable it the following way&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;reg { regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;; };&lt;/pre&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Which version of NCS are you using?&amp;nbsp;&lt;br /&gt;in general our DK have a number of Kconfig set in the boards files to match the DK which might not be a valid configuration if your using the dk a bord target for your application&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 not running standalone, only running when debugging active</title><link>https://devzone.nordicsemi.com/thread/564466?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 05:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:130a105c-e781-4086-86a2-6c112b280a6f</guid><dc:creator>Jay99</dc:creator><description>&lt;p&gt;Hey, I am facing a similar problem, kindly let me know if you find the solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>