<?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>My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123158/my-nrf52840-module-keeps-resetting-after-i-changing-the-mode-to-ldo</link><description>Hi. 
 
 I made the smallest system module using nRF52840. The schematic diagram is as follows. 
 
 My reference design for power supply is as follows, 
 
 
 For Firmware. 
 I copied the routine nRF Desktop in nRF Connect SDK V3.0.2 for test and added</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Aug 2025 09:53:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123158/my-nrf52840-module-keeps-resetting-after-i-changing-the-mode-to-ldo" /><item><title>RE: My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/thread/545175?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 09:53:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03089ea0-418a-4abb-b087-1dee317865cc</guid><dc:creator>Harvey.Zhang</dc:creator><description>&lt;p&gt;OK! I finally found the point in this issues.&lt;/p&gt;
&lt;p&gt;#1 has three items in the project and nrf_desktop include app.overlay, s1_image also include it. But b0 dosn&amp;rsquo;t include app.overlay. You can see it in follow picture. (#2 hasn&amp;rsquo;t include app.overlay)&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1754905952823v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;So this project will block in b0 because b0 is set to DCDC. My board is used LDO.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I wrote the regulator configure code as follow in the file nrf52840dk_nrf52840.dts which is included by three items in #1.&lt;/p&gt;
&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/pastedimage1754905934133v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Now my board can run without connect to the debugger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/thread/544563?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2025 07:56:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64493eea-49cd-431b-a156-d9cdadfb9f68</guid><dc:creator>Harvey.Zhang</dc:creator><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&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/pastedimage1754380568662v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I found such a graph from the data sheet. The red box should be the configuration you suggested, and the blue box is my previous configuration. I had test both two configurations. They&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;have the same result.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I discovered a new phenomenon in the process of testing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;When I physically connected the debugger and the board and powered on, I couldn&amp;#39;t search for the Bluetooth device. At this point, even if the board can be connected to JLink RTT Viewer, there will be no debug information output&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ol start="2"&gt;
&lt;li&gt;When I use the JLink RTT Viewer and connect to the board, after short-circuiting the RESET pin and GND to reset the board, I can search for the Bluetooth device. At this point, after reconnecting the board with RTT Viewer, debugging information will be output.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I found several similar issues in the Dev Zone and follow their solution to reconfigure my project. but still not work on my issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The most similar issues link is as follow:&lt;/p&gt;
&lt;p&gt;&lt;a 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/538530"&gt;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/538530&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But I have confirmed my configurations. It&amp;rsquo;s already configure to LDO.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now I don&amp;rsquo;t know how to solve this issues。&lt;/p&gt;
&lt;p&gt;Please give me some guidance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/thread/544212?ContentTypeID=1</link><pubDate>Thu, 31 Jul 2025 12:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0d08cbc-b5b6-4a5c-98ac-1a0d833c01ea</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;I guess maybe the issue is you enabling:&lt;/p&gt;
&lt;p&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM=y&lt;/p&gt;
&lt;p&gt;These configs assume that you have an LFRC or crystal. So maybe you could try to use:&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=n&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n&lt;/p&gt;
&lt;p&gt;This is LFCLK which is synthesized from the HFCLK. Also, disable caliberation as it migh require an actual LFCLK:&lt;/p&gt;
&lt;p&gt;CONFIG_CLOCK_CONTROL_NRF_CALIBRATION=n&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/thread/544159?ContentTypeID=1</link><pubDate>Thu, 31 Jul 2025 03:34:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:749e96bf-00b0-40a9-a4c4-23de14526fa7</guid><dc:creator>Harvey.Zhang</dc:creator><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Hi，&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I took some time to do some tests based on all your suggestions. But it still not normal.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So I reconfirmed the differences between my main board and the development board in the schematic diagram.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I find the difference is my main board doesn&amp;#39;t have 32.768kHz RC oscillator(LFRC).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So I reconfigured my project with adding following setting&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&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/pastedimage1753932764212v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Of course, it doesn&amp;#39;t have QSPI Nor Flash, so I disabled QSPI Nor Flash too。&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Until now, it can run in Debug mode, but still blocked in full speed running mode.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It seems to be related to correct configuration of LFRC. Is my configuration the correct one?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By the way, no matter how I add configuration to the project it still can run on nRF52840DK board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My nRF52840 Module keeps resetting after I changing the mode to LDO</title><link>https://devzone.nordicsemi.com/thread/543454?ContentTypeID=1</link><pubDate>Thu, 24 Jul 2025 09:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8cc112c-6ac2-423f-b67c-7eaad3c5d743</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I could see the following issues in your schematic:&lt;/p&gt;
&lt;p&gt;1. This capacitor is not required here:&lt;/p&gt;
&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/7043.pastedimage1753349417405v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2. The components and values in your ANT section is very different from our reference, which is:&lt;/p&gt;
&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/0118.pastedimage1753349465525v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;We recommend following it exactly for guaranteed performance.&lt;/p&gt;
&lt;p&gt;3. This is N.C in the reference:&lt;/p&gt;
&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/5808.pastedimage1753349540016v7.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;4. Are you using the USB? If yes, you need to connect 4.7uF to ground from the VBUS pin and if not using, then you need to directly ground the VBUS pin.&lt;/p&gt;
&lt;p&gt;5. Please make sure you have chosen the crystal caps accordng to the crystal frequencies:&lt;/p&gt;
&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/pastedimage1753349723968v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&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></channel></rss>