<?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>Power consumption Zephyr and Timers</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108712/power-consumption-zephyr-and-timers</link><description>Hi, 
 I have a bigger project with BLE enabled and others, but want to try to get low power in active mode in simplest scenario. If this will going to success then I&amp;#39;ll strugle with my original project. 
 With UART off I see current consumption about</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Feb 2024 14:15:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108712/power-consumption-zephyr-and-timers" /><item><title>RE: Power consumption Zephyr and Timers</title><link>https://devzone.nordicsemi.com/thread/471053?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2024 14:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56867fb8-108a-4e03-8395-31a6e4b5f76f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From your code, it looks like you are running a TIMER instance in timer mode. This requires the HFCLK to be running (the TIMER peripheral will automatically request HFINT from system if HFXO is not started), which has quite high current consumption. We do not have current consumption numbers for this in the product specifications of nRF52832, but you can have a look at the numbers for nRF52833&amp;nbsp;&lt;a title="TIMER running" href="https://infocenter.nordicsemi.com/topic/ps_nrf52833/_tmp/nrf52833/autodita/CURRENT/parameters.i_timer.html?cp=5_1_0_4_1_0_8"&gt;TIMER running&lt;/a&gt;&amp;nbsp;to get a ballpark number.&lt;/p&gt;
&lt;p&gt;It looks like you use this timer to generate an interrupt every 1 seconds. If this is the accuracy you require, I would rather recommend you to use the RTC peripheral for this timer, which runs off the 32.768 kHz LFCLK. The run current of the RTC is&amp;nbsp;~2 uA, see&amp;nbsp;&lt;a title="  Current consumption: Ultra-low power  " href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/pmu.html?cp=5_2_0_16_0_0_2#unique_205654252"&gt;Current consumption: Ultra-low power&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The TIMERS in counter mode should have lower current consumption, see &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/8979/nrf52-very-low-power-counter/33052"&gt;this post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>