<?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>NRF52832, Large current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64409/nrf52832-large-current-consumption</link><description>Hello. 
 I am using nrf52-dk with 52832 (PCA10040). 
 To check the current consumption, I made a simple test. 
 I need to wake up every 5 seconds, do what is needed and fall asleep again. 
 Since I need to wake up on a timer, I use &amp;quot;System ON&amp;quot; mode. In</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Jul 2020 19:42:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64409/nrf52832-large-current-consumption" /><item><title>RE: NRF52832, Large current consumption</title><link>https://devzone.nordicsemi.com/thread/262620?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2020 19:42:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98d440ea-a3b4-423e-b80f-ddce6edfe42b</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, the TIMER peripheral (nrf_drv_timer) uses the HF clock. The HF clock consumes about 0.6mA. You have to use the RTC peripheral instead. It runs off the LF clock which comsumes &amp;lt; 1uA. You can use the app_timer library in the SDK.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_timer.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_timer.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>