<?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 Boot Time Optimization in NCS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127733/nrf52840-boot-time-optimization-in-ncs</link><description>Hi everyone, 
 I&amp;#39;m experiencing an unexpectedly long boot time on my nRF52840 device using NCS v3.2.0. Could you help me verify if this boot time is normal, or suggest any possible causes? 
 Setup: 
 
 Platform: nRF52840 
 SDK: NCS v3.2.0 
 Code Base</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Apr 2026 07:10:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127733/nrf52840-boot-time-optimization-in-ncs" /><item><title>RE: nRF52840 Boot Time Optimization in NCS</title><link>https://devzone.nordicsemi.com/thread/564685?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 07:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02b77424-ede4-4a08-a9df-d00929dfff51</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for confirming. I now remembered that the initialisation of the cryptocell RNG is quite time consuming. In addition to having&amp;nbsp;&lt;span&gt;CONFIG_SYSTEM_CLOCK_NO_WAIT enabled, please create a DT overlay to change the entropy source from the Cryptocell to the nRF RNG by changing the &amp;quot;&lt;/span&gt;zephyr,entropy&amp;quot; assignment in the &amp;quot;chosen&amp;quot; node:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		/*
		 * In some default configurations within the nRF Connect SDK,
		 * e.g. on nRF52840 and nRF9160, the chosen zephyr,entropy node
		 * is &amp;amp;cryptocell. This devicetree overlay ensures that default
		 * is overridden wherever it is set, as this application uses
		 * the RNG node for entropy exclusively.
		 */
		zephyr,entropy = &amp;amp;rng;
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Boot Time Optimization in NCS</title><link>https://devzone.nordicsemi.com/thread/564678?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 06:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f791531-a7cf-4507-ae5d-dfc0250ed465</guid><dc:creator>ilo</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I observed the same result after setting CONFIG_SYSTEM_CLOCK_NO_WAIT=y.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Boot Time Optimization in NCS</title><link>https://devzone.nordicsemi.com/thread/564673?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 05:38:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51566ec9-d37f-4fce-a128-2cdbe8ede1b3</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I suspect the delay is caused by the clock driver waiting on the 32 KHz LF clock to become calibrated. To confirm this, please try building with&amp;nbsp;CONFIG_SYSTEM_CLOCK_NO_WAIT=y&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/pastedimage1775713121117v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>