<?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>Understanding power consumption.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74648/understanding-power-consumption</link><description>Hi, 
 
 I&amp;#39;m trying to figure out what could make the current consumption difference between your blinky example with freertos and with the timer example ? 
 Here is my configuration : 
 - Board : pca10056 
 - Low voltage mode, with REG1 as DC/DC and REG0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 May 2021 08:35:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74648/understanding-power-consumption" /><item><title>RE: Understanding power consumption.</title><link>https://devzone.nordicsemi.com/thread/308093?ContentTypeID=1</link><pubDate>Tue, 04 May 2021 08:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39034cd7-13cd-478c-b736-70331cf72307</guid><dc:creator>hugo_98</dc:creator><description>&lt;p&gt;Thank you !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding power consumption.</title><link>https://devzone.nordicsemi.com/thread/308086?ContentTypeID=1</link><pubDate>Tue, 04 May 2021 08:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bcef9c2-c597-4bf1-8f53-63c1be1a72c0</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The difference is in that the nrf_drv_timer uses the TIMER peripheral which again uses the HFCLK and keeps it ON. FreeRTOS however uses the RTC which uses the LFCLK and keeps it ON.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you can see from the product specification, the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/clock.html?cp=4_0_0_4_3_3_1#unique_292699661"&gt;HFCLK &lt;/a&gt;use more current than the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/clock.html?cp=4_0_0_4_3_3_2#unique_554427417"&gt;LFCLK&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_timer.html?cp=7_1_3_53"&gt;app_timer module&lt;/a&gt; is also based on the RTC/LFCLK. You can use that instead.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>