<?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>How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116761/how-do-i-run-the-nrf54l15-dk-in-ldo-mode</link><description>I&amp;#39;m using the nRF54L15-DK to run a Bluetooth peripheral_hr project in DCDC mode, but if I write 
 nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, false); 
 at the beginning of main.c, will it work in LDO mode? 
 
 Best regards</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Nov 2024 00:36:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116761/how-do-i-run-the-nrf54l15-dk-in-ldo-mode" /><item><title>RE: How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/thread/512467?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 00:36:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2227a265-495c-4b18-b10f-6cef5afcf49b</guid><dc:creator>Kenta</dc:creator><description>&lt;p&gt;Hi Runar.&lt;/p&gt;
&lt;p&gt;I wrote the following in .overlay:&lt;/p&gt;
&lt;p&gt;&amp;amp;vregmain {&lt;br /&gt;regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try measuring with this setting.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/thread/512397?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 14:25:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57bf999d-2c4f-4d9f-8946-c5eca7be4dd9</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It appears that with the release of NCS 2.8 it was moved from Kconfig to the devicetree&lt;/p&gt;
&lt;p&gt;For DCDC&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;reg1&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;regulator-initial-mode&lt;/span&gt;&lt;span&gt; = &amp;lt;&lt;/span&gt;&lt;span&gt;NRF5X_REG_MODE_DCDC&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;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;If you turn of the DCDC it will use the LDO&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Runar&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/thread/512372?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 13:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efca4b0d-f84a-4efb-9ea7-22405cf0a6e6</guid><dc:creator>Kenta</dc:creator><description>&lt;p&gt;Hi, runsiv.&lt;/p&gt;
&lt;p&gt;To compare the current values ​​in DCDC mode and LDO mode, I didn&amp;#39;t know how to write prj.conf to set it to LDO mode, so I thought I could set it to LDO mode by calling&lt;/p&gt;
&lt;p&gt;nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, false);&lt;/p&gt;
&lt;p&gt;If it can be set with Kconfig(prj.conf), it would be helpful if you could tell me how to write it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/thread/512350?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 12:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fa7d0ab-0ff3-4b45-ad57-19f4a65fe770</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suspect so, I have not verified it yet, but why would you like to turn of the DCDC in main instead of using Kconfig option?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I run the nRF54L15-DK in LDO mode?</title><link>https://devzone.nordicsemi.com/thread/512252?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 04:39:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b873364c-465e-4416-b6e2-62f06d8bdf60</guid><dc:creator>Kenta</dc:creator><description>&lt;p&gt;I am using nRF Connect SDK v2.8.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>