<?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>nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16831/nrf52-timer-power-consumption</link><description>I run the below code on nRF52DK and measure the power consumption of the chip (using nRF current measurement jumpers). The current consumption is 0.47 mA which is a lot just for a timer in my application. 
 1- Would you please confirm my measurement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Jun 2018 07:19:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16831/nrf52-timer-power-consumption" /><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/135291?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 07:19:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c92b57e-47ee-4feb-a4cc-4ea040f2ab1f</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Do you have logging enabled?&lt;/p&gt;
&lt;p&gt;Which other peripherals are running?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/134715?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 11:26:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1ca90a5-3ba7-4563-9749-a1509a8458fc</guid><dc:creator>Haim Gaddasi</dc:creator><description>&lt;p&gt;I have the same exact problem, what did you mean &amp;#39;initializing the APP timer.&amp;#39;? In my code the &amp;#39;ret_code_t app_timer_init(void)&amp;#39; does not execute and the current is 398 uA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/131315?ContentTypeID=1</link><pubDate>Tue, 08 May 2018 08:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf71e699-5de6-417f-862e-39abc6e94a92</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Is logging over UART enabled? If so, try to disable it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/131048?ContentTypeID=1</link><pubDate>Fri, 04 May 2018 14:25:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c2b9809-e8bb-4977-bcea-10ca1edf463e</guid><dc:creator>markopa</dc:creator><description>&lt;p&gt;Well, that&amp;#39;s a surprise. I lost nearly 1 week of debugging why our app when idling consumes around 400uA and finally nailed it down to initializing the APP timer.&lt;/p&gt;
&lt;p&gt;Is there a way we can get into sub 10uA area and keeping parts of RAM and the RTC functional ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/126875?ContentTypeID=1</link><pubDate>Wed, 04 Apr 2018 13:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db7ab605-bc2c-403e-ba4f-d0ada4ad7839</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The current consumption in the &amp;quot;TIMER&amp;quot; chapter specifies the current consumption used by the TIMER module itself. Since the TIMER peripheral uses the HFCLK, you would need to add the current consumption of the selected HFCLK source to get the total amount of current used.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/126522?ContentTypeID=1</link><pubDate>Mon, 02 Apr 2018 13:58:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e997d0d4-f809-4df1-bfc5-a7bfa00b8751</guid><dc:creator>Alexx</dc:creator><description>&lt;p&gt;Yes, but why does the manual say: &amp;quot;Run current with 1 MHz clock input (PCLK1M) 8&amp;nbsp;&amp;mu;A MAX&amp;quot;, p241&amp;nbsp;nRF52832_PS_v1.4.pdf :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/126521?ContentTypeID=1</link><pubDate>Mon, 02 Apr 2018 13:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dcca9cb-bd3a-4a2f-8c71-6cde20f24c8a</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Any time you are running HF timers you are running an HF clock.&amp;nbsp; If you actually care about accuracy then you would need to run HF_EXT as HFINT can be off by several percent. Either way running the HF clocks is a very power hungry service and nearly as bad and running the whole processor.&lt;/p&gt;
&lt;p&gt;If you need low power, you should try to adapt your needs to the RTC timers. Since they clock nearly 1/500 as much, they use very little power.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/126516?ContentTypeID=1</link><pubDate>Mon, 02 Apr 2018 11:16:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81772466-eea0-454d-beec-9cea4c5e0c31</guid><dc:creator>Alexx</dc:creator><description>&lt;p&gt;How much consumption&amp;nbsp;&lt;span&gt;nRF52832&lt;/span&gt; is expected from the Timer1 clk 31250Hz and the processor in the idle, clocking from HFINT?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Timer power consumption</title><link>https://devzone.nordicsemi.com/thread/64409?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2016 13:39:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2236b4f0-f730-49cd-9a21-146de911caec</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Unfortunately, there is an error in the product specification, and the current consumption you measure is normal for the nRF52832..&lt;/p&gt;
&lt;p&gt;The current consumption should be a little lower if you can use the internal 16 MHz RC oscillator instead of the external HFCLK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>