<?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>nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run</link><description>nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration: 
 
 CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y 
 
 CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 08 Jun 2025 17:44:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run" /><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/538530?ContentTypeID=1</link><pubDate>Sun, 08 Jun 2025 17:44:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89c18437-619c-48b5-8148-b30eace87149</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;After digging deeper into the code, not just my code but NCS (so deep that led&amp;nbsp;to gpio_nrfx.c), I found that DCDC is not disabled! I relied on the datasheet saying the default is LDO, and menuconfig has SOC_DCDC_NRF52X = n. But the devicetree&amp;#39;s default is DCDC. In the dts file,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;reg&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;regulator-initial-mode&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;lt;&lt;/span&gt;&lt;span&gt;NRF5X_REG_MODE_DCDC&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;gt;;&lt;br /&gt;&lt;br /&gt;I override it in the overlay file,&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;reg&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;regulator-initial-mode&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;lt;&lt;/span&gt;&lt;span&gt;NRF5X_REG_MODE_LDO&lt;/span&gt;&lt;span&gt;&amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;My board starts on its own.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Since my board is wired to run on LDO regulator, having the DCDC enabled caused the&amp;nbsp;check for DCDC in gpio_nrfx.c to reset the board. main() is never reached so it looked like the board is not starting; it was actually resetting continuously. Somehow, connecting the RTT Viewer &amp;quot;corrected&amp;quot; the issue making my board run normally.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/537930?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 17:53:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75762568-039a-422d-8e98-257fa035ddf4</guid><dc:creator>epolicar</dc:creator><description>[quote userid="91187" url="~/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run/532857"]Looks like the VDD on pin 32 has the wrong component value, should be 4.7uF but you have 100nF.[/quote]
&lt;p&gt;I added a 4.7uF. Same result.&lt;br /&gt;&lt;br /&gt;Here is additional observation:&lt;br /&gt;&lt;br /&gt;I changed setup to power my board separate from the debugger. When the RTT viewer gets &amp;#39;logically&amp;#39; connected (clicking on Connect on the dropdown of J-Link RTT Viewer app), my board starts and run OK. If I &amp;#39;logically&amp;#39; disconnect the RTT Viewer, my board stops running. However, if on the other hand I physically disconnect the debugger, my board continuously run.&lt;br /&gt;&lt;br /&gt;Your thoughts? What is it about the debugger that makes this behavior in my board?&lt;br /&gt;&lt;br /&gt;I appreciate your answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/534732?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 23:03:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd20fed9-2928-4430-8542-0eef3a50705b</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;nRF Connect SDK for VS Code v2.9.0/2.9.1 and Zephyr v3.7.99&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/533195?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 12:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98ac00e6-818f-484f-bde4-f0ec2d4f4ab9</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Can you also share what SDK version you are using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/533178?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 11:51:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f8c7dc1-513c-4574-91e8-0d127656da91</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;Yes DCDC is disabled.&lt;/p&gt;
&lt;p&gt;I will let you know what happens after I changed the cap to 4.7uF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/533121?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 06:58:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11ebbb1f-8a35-460c-a1cc-72f7b0fb8e73</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;What version of the SDK are you using ?&lt;br /&gt;&lt;br /&gt;When using RTT Viewer the device is forced in debug mode, so that is why. Debug mode forces a few settings power and clock.&amp;nbsp; In your other projects you dont have the configs correctly set up so that is why only debug mode works.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;See:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/98203/nrf52832-can-not-run-without-debugger/418083"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/98203/nrf52832-can-not-run-without-debugger/418083&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/112027/segger-rtt-viewer-connection-latches-device-to-high-power-if-not-disconnected/488497"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/112027/segger-rtt-viewer-connection-latches-device-to-high-power-if-not-disconnected/488497&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Are you disabling the DCDC?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/533081?ContentTypeID=1</link><pubDate>Sat, 26 Apr 2025 00:58:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0049581-84aa-4f2b-a8a0-a8b2c0b883fd</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;Even the Blinky example will not start on its own unless RTT viewe is connected.&lt;br /&gt;&lt;br /&gt;I would appreciate a reply.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532939?ContentTypeID=1</link><pubDate>Fri, 25 Apr 2025 05:01:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5108d7c4-cec1-45b5-a630-752e8f659dc4</guid><dc:creator>epolicar</dc:creator><description>[quote userid="91187" url="~/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run/532857"]See if the external crystals are mounted the correct way. the LFXO (32kHz) should work, but the HFXO(32MHz)&amp;nbsp; can be mounted wrong if rotated 90 degrees. So double check that.&amp;nbsp;[/quote]
&lt;p&gt;HFXO is mounted correctly.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="91187" url="~/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run/532857"]&lt;div&gt;&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32RC_SYNTH=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32RC_XTAL=n&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;These settings did not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532857?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 14:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ea8a398-a0ef-458b-91a3-45eecdcd0985</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Looks like the VDD on pin 32 has the wrong component value, should be 4.7uF but you have 100nF.&lt;br /&gt;&lt;br /&gt;When a debugger attaches to the device, it forces power and clock domains to remain on, which can mask power-related issues in your application. That is what I am suspecting happens in your case.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Also you do NOT have DCDC on this design so you need to make sure that the device only runs software that has DCDC disabled.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;See if the external crystals are mounted the correct way. the LFXO (32kHz) should work, but the HFXO(32MHz)&amp;nbsp; can be mounted wrong if rotated 90 degrees. So double check that.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Maybe try to use the synth clock:&lt;br /&gt;&lt;br /&gt;Belive these should do.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32RC_SYNTH=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32RC_XTAL=n&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532836?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 13:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:627e4671-58a7-4179-991e-bc8f719a3d22</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;I cannot get a waveform from both LFXO and HFXO since the start. Could this be why, eventhough, I enabled internal RC?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532832?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 13:08:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3128b5a3-8fec-493e-a272-906a067e6559</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;Her is the schematic pdf:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/beacon.pdf"&gt;devzone.nordicsemi.com/.../beacon.pdf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532768?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 09:28:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b9b88a9-8279-4e3f-be0e-66d0918150a8</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Can you share a PDF file of the schematic, the resolution here was not great and a bit difficult to read.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you are able to flash and debug as well as rund at least some code on the device then I suspect the main issue is some configuration in SW.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Might be related to the use of the LFXO and if it is used or not but can also be a HW issue. Is it mounted correctly ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532718?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 06:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5c88d80-5d75-43f0-8fc0-2ff5b6b9e58d</guid><dc:creator>epolicar</dc:creator><description>&lt;p&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/pastedimage1745474650793v1.png" alt=" " /&gt;&lt;/p&gt;
[quote userid="91187" url="~/f/nordic-q-a/120786/nrf52810-board-will-not-start-on-its-own-it-needs-the-rtt-viewer-to-be-connected-then-it-will-start-and-run/532489"]Have you tested som basic samples ?[/quote]
&lt;p&gt;Yes, I did.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I made a bare metal code that blinks LED. This code starts up on itw own upon power up. Could the problem be in Zephyr start up code and configuration?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532489?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 06:17:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9baf7baa-4257-49c9-abb0-f5c347d05672</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;How does the board get power?&lt;br /&gt;&lt;br /&gt;Can you share schematics?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="epolicar"]All my SW does not work.[/quote]
&lt;p&gt;Have you tested som basic samples ?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532292?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 09:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a54304f6-6991-4872-a135-63335d425d1e</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;Hi Jonathan, I would like to follow up on this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532221?ContentTypeID=1</link><pubDate>Mon, 21 Apr 2025 12:54:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:065272f4-0b69-454c-ae79-9574e32f33e5</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;Also, RTT viewer is not in debug mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532219?ContentTypeID=1</link><pubDate>Mon, 21 Apr 2025 11:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11c46b72-949e-4a2b-8167-f892d6026b05</guid><dc:creator>epolicar</dc:creator><description>&lt;p&gt;All my SW does not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run.</title><link>https://devzone.nordicsemi.com/thread/532150?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2025 01:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7297e763-ef28-4e90-9c81-ff594c28021b</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;This issue is common to see when the 32kHz crystal is missing, the RTT viewer start ste device in a debug mode so then it simulates it internally.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Doas all SW not work or just yours?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you tested something else?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>