<?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>Unlocking of NRF53 which was locked after flashing the code once</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118354/unlocking-of-nrf53-which-was-locked-after-flashing-the-code-once</link><description>Hello team, 
 We use the module MDBT53-1M based on nRF5340 and there are no dc-dc components mounted in our hardware. Using nRF Programmer, we could flash nRF5340 for the first time. After that the device is not getting detected by the programmer and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Feb 2025 13:50:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118354/unlocking-of-nrf53-which-was-locked-after-flashing-the-code-once" /><item><title>RE: Unlocking of NRF53 which was locked after flashing the code once</title><link>https://devzone.nordicsemi.com/thread/521561?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2025 13:50:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2b3d532-6ed0-428d-a5fe-8727fb27ec6e</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;If the DCDC converters have been enabled, without the required inductors, the SoC is not powering up correctly. To recover a device in this state you will need to supply the DECD and DECR pins externaly, like you already have mentioned. Once these power rails are supplied externaly the nRF5340 should power up correctly and the device should then be recovered, to revert the regulators back to LDO mode. Once this have been done the external supply can be turned off, as the internal regulators should now be powering the device.&lt;/p&gt;
&lt;p&gt;After this have been done you can flash a new application, but make sure the DCDC converter is disabled or you will need to do the recovery procedure again.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unlocking of NRF53 which was locked after flashing the code once</title><link>https://devzone.nordicsemi.com/thread/520932?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2025 16:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bbb3cbf-258f-45bf-875a-892ae73590dc</guid><dc:creator>Palaniappan</dc:creator><description>&lt;p&gt;Dear Bendik&lt;/p&gt;
&lt;p&gt;Thanks for your reply and suggestions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are using&amp;nbsp;2.6.1 version and we shall check with V2.8.0 with overlay file, you had mentioned. How ever the module is now in locked condition and connectivity is lost. Is there a way to unlock the module, so that after unlocking, we could try using the new version with overlay file suggested.&lt;/p&gt;
&lt;p&gt;Thanks once again for your support.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Palaniappan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unlocking of NRF53 which was locked after flashing the code once</title><link>https://devzone.nordicsemi.com/thread/520170?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 12:54:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24590782-3594-496f-8226-87deb8a870b1</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Hi Palaniappan,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which version of the nRF Connect SDK are you using?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The way to configure the regulators have changed in v2.8.0, the Kconfig option are no longer used.&lt;/p&gt;
&lt;p&gt;There is now devicetree nodes for configuring the regulators, to disable all the DCDC regulators you need a overlay file with:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;vregmain {
    regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};
&amp;amp;vregradio {
    regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};
&amp;amp;vregh {
    status = &amp;quot;disabled&amp;quot;;
};                     &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>