<?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>Chip Startup Sequence</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127231/chip-startup-sequence</link><description>Hello, I would like to inquire about some technical details regarding the internal module power supply ranges, power-up sequences, and reset voltages for the nRF54L05, nRF54L15, nRF52805, and nRF52820: 
 
 
 The startup sequence during a power ramp-up</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Mar 2026 09:45:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127231/chip-startup-sequence" /><item><title>RE: Chip Startup Sequence</title><link>https://devzone.nordicsemi.com/thread/562523?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2026 09:45:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:816c1ce0-281a-4aff-9ec2-e5fccbe68522</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately, there is no yaml-bindings for &amp;quot;nordic,nrf-pofcon&amp;quot;, so that snippet will not work.&lt;/p&gt;
&lt;p&gt;I would recommend that you manually enable CONFIG_NRFX_POWER=y and include the appropriate header, then call &amp;quot;nrfx_power_pof_init(..)&amp;quot; with your wanted configuration and evt handler.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chip Startup Sequence</title><link>https://devzone.nordicsemi.com/thread/562493?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2026 02:21:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8827c3e7-e21e-4fec-b448-00c54e3a18e1</guid><dc:creator>Jing Luo</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi，&lt;br /&gt;I encountered some issues enabling POFCON in NCS. Although I added the following configuration in the dts and it appears to be effective in output/zephyr.dts, during debugging I observed that the register did not take effect. Are there any required .config settings or other considerations I need to be aware of?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;regulators: regulator@120000 {
	compatible = &amp;quot;nordic,nrf54l-regulators&amp;quot;;
	reg = &amp;lt; 0x120000 0x1000 &amp;gt;;
	status = &amp;quot;okay&amp;quot;;
	#address-cells = &amp;lt; 0x1 &amp;gt;;
	#size-cells = &amp;lt; 0x1 &amp;gt;;
	vregmain: regulator@120600 {
		compatible = &amp;quot;nordic,nrf5x-regulator&amp;quot;;
		reg = &amp;lt; 0x120600 0x1 &amp;gt;;
		status = &amp;quot;okay&amp;quot;;
		regulator-name = &amp;quot;VREGMAIN&amp;quot;;
		regulator-initial-mode = &amp;lt; 0x1 &amp;gt;;
	};
	pofcon: pofcon@120530 {
		compatible = &amp;quot;nordic,nrf-pofcon&amp;quot;;
		reg = &amp;lt; 0x120530 0x5 &amp;gt;;
		status = &amp;quot;okay&amp;quot;;
		pofcon-name = &amp;quot;POFCON&amp;quot;;
	};
};
&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;debug record:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/pastedimage1772590813741v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jing&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Chip Startup Sequence</title><link>https://devzone.nordicsemi.com/thread/562294?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2026 09:51:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc5edb4e-23e0-4c40-9be7-34988732a1da</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]The startup sequence during a power ramp-up (increasing voltage).[/quote]
&lt;p&gt;&amp;nbsp;Please see here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/RESET/parameters.startup_time.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/RESET/parameters.startup_time.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]The voltage threshold that triggers a reset during a power ramp-down (decreasing voltage).[/quote]
&lt;p&gt;Brown-out reset (BOR) voltage levels is mentioned here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/REGULATORS/parameters.power_fail.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/REGULATORS/parameters.power_fail.html&lt;/a&gt;&lt;/p&gt;
[quote user=""]The time from when the core starts until Flash operations or access is available during the startup phase.[/quote]
&lt;p&gt;Once the system is executing its very first instruction; you are powered up.&lt;/p&gt;
&lt;p&gt;Please see here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/CPU/parameters.cpu_wakeup_time.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/CPU/parameters.cpu_wakeup_time.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]If the Power-Fail Comparator (POF) is configured, the time from when the core starts until the POF becomes effective during the startup phase.[/quote]
&lt;p&gt;The POF needs to be configured from the cpu, ie. you will need to have a running system in order to configure POF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>