<?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 is not charging - is NTC to GND the reason?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105379/npm1300-is-not-charging---is-ntc-to-gnd-the-reason</link><description>I&amp;#180;m testing the nPM1300 in a custom circuit with Zephyr on an nRF52 / nRF53 attached to it. It looks like the IC isn&amp;#180;t charging a battery. For testing I use the nPM1300-EK sample from Zephyr as the base and modify it for my setup with an nRF52-DK nRF52832</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Oct 2024 19:21:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105379/npm1300-is-not-charging---is-ntc-to-gnd-the-reason" /><item><title>RE: nPM1300 is not charging - is NTC to GND the reason?</title><link>https://devzone.nordicsemi.com/thread/507445?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 19:21:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28d5db2d-d045-4c7c-a94d-4c650c510397</guid><dc:creator>bjornolsen</dc:creator><description>&lt;p&gt;for SDK 2.7 this needs to be changed to:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;	ret = mfd_npm1300_reg_write(config-&amp;gt;mfd, CHGR_BASE, 0x06, 2U);
	if (ret != 0) {
		return ret;
	}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nPM1300 is not charging - is NTC to GND the reason?</title><link>https://devzone.nordicsemi.com/thread/454070?ContentTypeID=1</link><pubDate>Sat, 04 Nov 2023 14:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:648b9473-19a3-46bb-bcad-367c3df7828f</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Update:&lt;br /&gt;We found the issue. The nPM1300 driver is not handling the missing NTC correctly. This issue also explains why it&amp;acute;s required to add values for the NTC. This&amp;nbsp;looks like an issue in all Zephyr versions.&lt;/p&gt;
&lt;p&gt;To fix it &amp;quot;npm1300_charger_init&amp;quot; in &amp;quot;sensor/npm1300_charger/npm1300_charger.c&amp;quot; must be expanded with&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ret = reg_write(dev, CHGR_BASE, 0x06, 2U);
if (ret != 0) {
	return ret;
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;We will create an issue in the Zephyr project to tackle this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>