<?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>battery  models</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125523/battery-models</link><description>I am using the nRF54L15 with SDK 3.0.0 and developing using npm2100_fuel_gauge for the nPM2100. 
 
 
 I see the battery model for the CR series only includes CR2032, but I am using CR2450 and CR2477. How should I select the appropriate model? 
 
 
 Should</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Nov 2025 09:18:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125523/battery-models" /><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/554869?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 09:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:260f921f-80e3-4cc6-bbbb-67a6204f90b1</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Could you check the voltage to the nRF? I am afraid this is caused by some sort of brownout behaviour&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: battery  models</title><link>https://devzone.nordicsemi.com/thread/554621?ContentTypeID=1</link><pubDate>Tue, 18 Nov 2025 05:07:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d620ebe5-cf10-442e-837c-1f0b28635389</guid><dc:creator>joey</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/125523/battery-models/554485"]I am bit confused as to what a test like this would show. The fact that the nRF wakes up in a different frequency confirm that either the voltage to the nRF is low enough to get some sort of brownout behavior, or that there is something with the input voltage that the nRF responds to in the sw. What are you running on the nRF?[/quote]
&lt;p&gt;I&amp;nbsp; just use the demo of blinky, ncs 3.0.0&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;#include&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;stdio.h&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#include&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;zephyr/kernel.h&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#include&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;zephyr/drivers/gpio.h&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;/* 1000 msec = 1 sec */&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;SLEEP_TIME_MS&lt;/span&gt;&lt;span&gt; &amp;nbsp; &lt;/span&gt;&lt;span&gt;10000&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;/* The devicetree node identifier for the &amp;quot;led0&amp;quot; alias. */&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// #define LED0_NODE DT_ALIAS(led0)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;/*&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;* A build error on this line means your board is unsupported.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;* See the sample documentation for information on how to fix this.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;*/&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;int&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;main&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;void&lt;/span&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;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// int ret;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// bool led_state = true;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// if (!gpio_is_ready_dt(&amp;amp;led)) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// &amp;nbsp;return 0;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// }&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// ret = gpio_pin_configure_dt(&amp;amp;led, GPIO_OUTPUT_ACTIVE);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// if (ret &amp;lt; 0) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// &amp;nbsp;return 0;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// }&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;while&lt;/span&gt;&lt;span&gt; (&lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// ret = gpio_pin_toggle_dt(&amp;amp;led);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// if (ret &amp;lt; 0) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// &amp;nbsp;return 0;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// }&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// led_state = !led_state;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// printf(&amp;quot;LED state: %s\n&amp;quot;, led_state ? &amp;quot;ON&amp;quot; : &amp;quot;OFF&amp;quot;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;k_msleep&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;SLEEP_TIME_MS&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;return&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&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;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_GPIO&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CONSOLE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_CONSOLE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SERIAL&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PM_DEVICE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PM_DEVICE_RUNTIME&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/554485?ContentTypeID=1</link><pubDate>Mon, 17 Nov 2025 09:04:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84e3fd35-f655-4cc2-8c4c-05fa7bc20260</guid><dc:creator>Elfving</dc:creator><description>[quote user="crm"]So, does that mean I don&amp;#39;t need to stop and then reconfig the timer?[/quote]
&lt;p&gt;Well that depends on your use-case, but &lt;a href="https://en.wikipedia.org/wiki/Watchdog_timer"&gt;for the ordinary use&lt;/a&gt; of simply feeding the watchdog then I am rather sure that no - you do not need to reconfigure it, nor stop it. The timer won&amp;#39;t expire.&lt;/p&gt;
[quote user="crm"]&lt;span&gt;2、Moreover, I&amp;#39;ve noticed something quite puzzling.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;With the same code, when using the nPM1300 power supply on the nRF54L15 PDK, the system is observed to wake up once per second and sleep the rest of the time. However, when the P6 interface on the PDK is powered by the nPM2100 (with the I²C interface disconnected), the power analyzer detects that the nRF54 wakes up every 20ms. It&amp;#39;s unclear what the chip is doing during these wake-ups.&lt;/span&gt;[/quote]
&lt;p&gt;I am bit confused as to what a test like this would show. The fact that the nRF wakes up in a different frequency confirm that either the voltage to the nRF is low enough to get some sort of brownout behavior, or that there is something with the input voltage that the nRF responds to in the sw. What are you running on the nRF?&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: battery  models</title><link>https://devzone.nordicsemi.com/thread/554320?ContentTypeID=1</link><pubDate>Fri, 14 Nov 2025 04:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6da2885e-6e45-467f-8ad5-d214464b068b</guid><dc:creator>joey</dc:creator><description>[quote userid="145693" url="~/f/nordic-q-a/125523/battery-models/554260"]&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;Moreover, I&amp;#39;ve noticed something quite puzzling.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;With the same code, when using the nPM1300 power supply on the nRF54L15 PDK, the system is observed to wake up once per second and sleep the rest of the time. However, when the P6 interface on the PDK is powered by the nPM2100 (with the I²C interface disconnected), the power analyzer detects that the nRF54 wakes up every 20ms. It&amp;#39;s unclear what the chip is doing during these wake-ups.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;strong&gt;&lt;span&gt;Power Supply Configuration Clarification:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;For nPM1300 power supply: The output of the nPM1300 on the nRF54L15 PDK is connected to the power analyzer, which then supplies power to the nRF54 for monitoring.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;For nPM2100 power supply: The nPM2100 evaluation board is connected to the power analyzer via the VDDIO and GND pins of the P11 interface on the board. then the power analyzer supplies power to the nRF54 PDK&amp;nbsp; P6&amp;nbsp; for monitoring.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;The power circuit configuration remains identical in both scenarios.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;&lt;/span&gt;The figure below shows the current consumption graph when connected to the nPM2100&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;&lt;span&gt;I tested again. When connected to nPM2100, with the nRF54&amp;#39;s UART configuration enabled,&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SERIAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;the wakeup period becomes 20ms. When the UART is disabled, there&amp;#39;s an abnormal current spike occurring approximately every 500ms. However, this abnormal current does not appear when using nPM1300.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/554260?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2025 12:52:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47a075bf-d70c-48cb-a5f4-ac96f0a2bfd8</guid><dc:creator>joey</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/125523/battery-models/554235"]I believe it is the same as feeding it. The nPM just uses a different word. &lt;a href="https://interrupt.memfault.com/blog/firmware-watchdog-best-practices#the-hardware-watchdog"&gt;Apparently &amp;quot;patting&amp;quot; is also commonly used.&lt;/a&gt;[/quote]
&lt;p&gt;&lt;span&gt;1、So, does that mean I don&amp;#39;t need to stop and then reconfig the timer? Instead, I can directly set this register to 1 to achieve the watchdog feeding effect, and the previous timer won&amp;#39;t expire?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;2、Moreover, I&amp;#39;ve noticed something quite puzzling.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;With the same code, when using the nPM1300 power supply on the nRF54L15 PDK, the system is observed to wake up once per second and sleep the rest of the time. However, when the P6 interface on the PDK is powered by the nPM2100 (with the I&amp;sup2;C interface disconnected), the power analyzer detects that the nRF54 wakes up every 20ms. It&amp;#39;s unclear what the chip is doing during these wake-ups.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;strong&gt;&lt;span&gt;Power Supply Configuration Clarification:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;For nPM1300 power supply: The output of the nPM1300 on the nRF54L15 PDK is connected to the power analyzer, which then supplies power to the nRF54 for monitoring.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;For nPM2100 power supply: The nPM2100 evaluation board is connected to the power analyzer via the VDDIO and GND pins of the P11 interface on the board. then the power analyzer supplies power to the nRF54 PDK&amp;nbsp; P6&amp;nbsp; for monitoring.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;The power circuit configuration remains identical in both scenarios.&lt;/span&gt;&lt;/p&gt;
&lt;p class="ds-markdown-paragraph"&gt;&lt;span&gt;&lt;/span&gt;The figure below shows the current consumption graph when connected to the nPM2100&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1763038310480v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/554235?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2025 09:54:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed9afe75-3ead-42d7-a9bc-70c670f3137f</guid><dc:creator>Elfving</dc:creator><description>[quote user="crm"]and what is the function of &amp;#39;watchdog_kick&amp;#39; in the register，(7.2.6.3&amp;nbsp; , npm2100 datasheet)？[/quote]
&lt;p&gt;I believe it is the same as feeding it. The nPM just uses a different word. &lt;a href="https://interrupt.memfault.com/blog/firmware-watchdog-best-practices#the-hardware-watchdog"&gt;Apparently &amp;quot;patting&amp;quot; is also commonly used.&lt;/a&gt;&lt;/p&gt;
[quote user="crm"]&lt;p&gt;&lt;strong&gt;I called the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;mfd_npm2100_set_timer&lt;/code&gt;and&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;mfd_npm2100_start_timer&lt;/code&gt;functions of the mfd_npm2100.c&amp;nbsp; to run the timer, but found that there is no function to stop it. Do I need to add this stopping function myself? (NCS 3.0.0 SDK)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Yeah a &lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mdf_interface_npm2100.html"&gt;stop function doesn&amp;#39;t seem to be here&lt;/a&gt;. You can write one &lt;a href="https://docs.nordicsemi.com/bundle/ps_npm2100/page/_tmp/npm2100/autodita/TIMER/overview.frontpage.html"&gt;yourself using TASKS_STOP&lt;/a&gt;, or alternatively use the &lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mdf_interface_npm2100.html#ga4d34ac6e2c185976bc696ce0091b375a"&gt;hibernate &lt;/a&gt;function, depending on your use-case.&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><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/554216?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2025 07:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:074bf1f3-cfb7-4033-8bc6-ad4f7997daa4</guid><dc:creator>joey</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/125523/battery-models/553816"]About #3 you can stop the timer with TASKS_STOP and then reconfigure it before activating it again. The originally configured timer won&amp;#39;t trigger then.[/quote]
&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I called the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="hyc-common-markdown__code__inline"&gt;mfd_npm2100_set_timer&lt;/code&gt;and&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="hyc-common-markdown__code__inline"&gt;mfd_npm2100_start_timer&lt;/code&gt;functions of the mfd_npm2100.c&amp;nbsp; to run the timer, but found that there is no function to stop it. Do I need to add this stopping function myself? (NCS 3.0.0 SDK)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;and what is the function of &amp;#39;watchdog_kick&amp;#39; in the register，(7.2.6.3&amp;nbsp; , npm2100 datasheet)？&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/553943?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 10:20:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b6a9179-6ea3-4e2a-a62f-e605c3126397</guid><dc:creator>joey</dc:creator><description>&lt;p&gt;OK,Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/553937?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 09:57:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18bbad61-2819-49e1-a957-0e384ff51b09</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I see. &lt;a href="https://docs.nordicsemi.com/bundle/ps_npm2100/page/keyfeatures_html5.html"&gt;You have a newer version of the datasheet here&lt;/a&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: battery  models</title><link>https://devzone.nordicsemi.com/thread/553930?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 09:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9809b7e3-0a30-4169-8108-7bf5a1271a34</guid><dc:creator>joey</dc:creator><description>&lt;p&gt;&lt;strong&gt;In section 9.3.2 of the nPM2100 PRELIMINARY DATASHEET v0.7 that I&amp;#39;m reading, the description for L1 is written as DCR &amp;lt; 150.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/553921?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 08:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52073960-ebba-4cff-b959-64b74a2a3075</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I would recommend following what the latest reference and datasheet suggests, as that might be updated. The EK on the other hand could&amp;#39;ve followed some previous guidelines. Could you show me where you saw that it recommends &amp;lt; 150mΩ btw?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/nwp_058/page/WP/nwp_058/boost_regulator_inductor.html"&gt;For more on choosing the component, this might be interesting.&lt;/a&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: battery  models</title><link>https://devzone.nordicsemi.com/thread/553832?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2025 14:05:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:738241d8-5d4d-4bbe-96e3-2387960d267d</guid><dc:creator>joey</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you for your reply. I will have a try.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding the L1 2.2uH inductor on the nPM2100 evaluation board, the datasheet recommends a DCR &amp;lt; 150 m&amp;Omega;, but I noticed the BOM uses a model with 292 m&amp;Omega;. How should I select this component?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/553816?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2025 13:08:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23d8a54d-7641-4c5c-822d-184f3b22d31c</guid><dc:creator>Elfving</dc:creator><description>[quote user=""]CR2450[/quote]
&lt;p&gt;&lt;span&gt;You can use the CR2032 model. It is based on the same chemistry and has essentially the same discharge curve&lt;/span&gt;&lt;/p&gt;
[quote user=""]Should the read battery level information be saved to RRAM each time to prevent issues from system restart? After an MCU reboot, should it read the previously measured data for initialization?[/quote]
&lt;p&gt;Ideally yes,&amp;nbsp;&lt;span&gt;for best accuracy over time.&amp;nbsp;Then it will start from correct level at startup and won&amp;#39;t take long time to converge to the actual state of the battery. For more &lt;a href="https://docs.nordicsemi.com/bundle/nan_048/page/APP/nan_048/intro.html"&gt;details see here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
[quote user=""]For the nPM2100&amp;#39;s timer, if the timer is reconfigured again before the original set period elapses, will the originally scheduled timer event be prevented from triggering?[/quote]
&lt;p&gt;&lt;span&gt;About #3 you can stop the timer with TASKS_STOP and then reconfigure it before activating it again. The originally configured timer won&amp;#39;t trigger then.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: battery  models</title><link>https://devzone.nordicsemi.com/thread/553812?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2025 12:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1587eb9a-d63b-44a0-9ff5-59d0e0363343</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
[quote user=""]I see the battery model for the CR series only includes CR2032, but I am using CR2450 and CR2477. How should I select the appropriate model?[/quote]
&lt;p&gt;&lt;span&gt;CR2032 and CR2477 have the same chemistry and discharge curves are close to each other. So&amp;nbsp;you can use CR2032 battery model for that one.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;I&amp;#39;ll get back to you shortly regarding the rest.&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>