<?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>nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124559/npm1300-startup-current-too-low-via-usb</link><description>Hi. I am currently working on a project using the nPM1300 as a pmic. For this i have a battery and an nrf5340 connected to it. Using zephyr i have even the following options enabled: as well as a kind of working device tree: My issue is now the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Sep 2025 08:04:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124559/npm1300-startup-current-too-low-via-usb" /><item><title>RE: nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/thread/550100?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 08:04:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a43da6b1-35cd-4f0b-af5c-e395fc9fc03f</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I had a talk with the relevant team about this, and I am sorry to say that&amp;nbsp;&lt;span&gt;registers customer can write are volatile memory and will be erased on power cycle or reset. I am sorry if I gave opposite impression.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It sounds like changing the layout, or how you are powering the device is the only solution then.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Elfving&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/thread/550085?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 05:57:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e91a2001-c127-49da-957b-a40c8c05cd65</guid><dc:creator>donpavlov</dc:creator><description>&lt;p&gt;So writing to VBUSINLIMSTARTUP once should be enough to set the voltage to a different setting for every next upcoming reboot?&lt;br /&gt;Or will that register still be reset to the default 100mA after beeing powered off?&lt;br /&gt;&lt;br /&gt;So far my Team has been working on changing the Hardware Layout so that not everything is powered up at startup. And booting with a battery or powersupply attached is possible during development until then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/thread/550012?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 11:51:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e376b164-1c30-4f13-a3db-f1f4561fe646</guid><dc:creator>Elfving</dc:creator><description>[quote user="donpavlov"]And doing some changes to the pcb helped in spreading the startup load. But I am still searching for a way to change the OTP bits.&lt;br /&gt;[/quote]
&lt;p&gt;You can&amp;nbsp;do this by writing to&amp;nbsp;the&amp;nbsp;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_npm1300/page/vbusin.html#ariaid-title9"&gt;VBUSINILIMSTARTUP register&lt;/a&gt;, like what was suggested in that other ticket I linked to.&amp;nbsp;Though I see the challenge here, it sounds like you would need an alternate way to power the board during bring-up/testing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Just had a talk with the relevant R&amp;amp;D team about this as well, just to confirm:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;It used to be 500 by default but was later changed to 100 mA. Unfortunately, there is no way to change OTP for customers. All devices come with the default of 100 mA now, so no opportunity to buy a &amp;quot;different OTP&amp;quot; device either. All they can do is avoid powering parts of the system on start up, let the SoC configure required current limit and then enable more rails. Or always have a non-empty battery to supply the overdraw of the system before the limit is configured&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/thread/549772?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2025 08:11:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f555374f-4ad9-4d2d-8018-dd7e49332801</guid><dc:creator>donpavlov</dc:creator><description>&lt;p&gt;Yes i am using the latest nrf sdk using vscode. Versio 3.1.0&lt;br /&gt;&lt;br /&gt;I am currently trying to achieve that, i also helpfully was able to reduce the startup time for the pmic even more using these options:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_I2C=y
CONFIG_REGULATOR=y
CONFIG_I2C_INIT_PRIORITY=39
CONFIG_MFD_NPM13XX_INIT_PRIORITY=40
CONFIG_REGULATOR_NPM13XX_COMMON_INIT_PRIORITY=41
CONFIG_REGULATOR_NPM13XX_INIT_PRIORITY=42
CONFIG_SENSOR=y # enables the charger of the pmic part&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;And doing some changes to the pcb helped in spreading the startup load. But I am still searching for a way to change the OTP bits.&lt;br /&gt;&lt;br /&gt;Can i reprogram them myself, so that the device per default trys to pull 500mA?&lt;br /&gt;Can i buy already programmed parts somewhere?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nPM1300 startup current too low via usb</title><link>https://devzone.nordicsemi.com/thread/549678?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 12:31:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2ea3e01-47e5-42b5-9177-e32c8b2db0ca</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello Paul,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;Using zephyr i have even the following options enabled:&lt;br /&gt;&lt;/p&gt;&lt;div style="max-width:100%;overflow:auto;max-height:none;"&gt;&lt;div&gt;&lt;a href="#"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;Just to make thing 100% clear, are you using the nRF Connect SDK as well, or were you thinking of using vanilla zephyr? And what SDK version?&lt;/p&gt;
&lt;p&gt;Though this does look very similar to &lt;a href="https://devzone.nordicsemi.com/support-private/support/344990"&gt;this previous problem&lt;/a&gt;.&amp;nbsp;Unfortunately the default current limit is set to 100mA and until you have set it higher with SW you cannot draw 200mA from USB. Somehow you need to limit the inrush current and maybe figure out is there a way to not turn on everything at once.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>