<?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>High current consumption when using timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68007/high-current-consumption-when-using-timer</link><description>I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to over 400uA. The timer is used to start the advertising once or twice a day. What</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Nov 2020 18:07:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68007/high-current-consumption-when-using-timer" /><item><title>RE: High current consumption when using timer</title><link>https://devzone.nordicsemi.com/thread/278674?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 18:07:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c0ce864-a206-4d03-b66b-5d49ebfc50d6</guid><dc:creator>fackbell</dc:creator><description>&lt;p&gt;That works. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High current consumption when using timer</title><link>https://devzone.nordicsemi.com/thread/278617?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 14:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f75c0240-87f6-42da-b907-33b022d186cd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;If you use TIMER0 (or any of the TIMERs), you will use both the timer peripheral and the HFXTAL. I suggest you try utilizing the app_timer for these kind of timers. The app_timer will use the RTC (Real Time Counter, which is the Low frequency timer). This is more power efficient.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Look at the implementation in e.g. the ble_app_hrs example for how to use the app_timer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>