<?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>Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6668/idling-with-low-speed-timer</link><description>Hi, 
 I am trying to build a low power device using the nRF51422 SoC without a Soft Device. I need a timer to occasionally wake up the chip and as I read the product specification it should be possible to achieve a current consumption of 250uA when using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Apr 2015 18:17:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6668/idling-with-low-speed-timer" /><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23388?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 18:17:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9530ed33-bdc5-409b-ade3-1166b73f3b01</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;good that you found that post from Carles, i don&amp;#39;t know how I missed to post that in my reply.
GPIOTE is known to be mischievous with current consumption, glad that it all worked out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23392?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 14:50:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b07afea5-5b43-4d6b-a23f-856712f69697</guid><dc:creator>cth</dc:creator><description>&lt;p&gt;Sorry, my bad. I didn&amp;#39;t disable GPIOTE and it make use of additional current consuming parts of the chip. When using the timer alone my consumption dropped to approximately 270uA. I am not sure of my measurement accuracy, so I am satisfied. Thanks for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23391?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 13:29:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61912bd4-d743-4592-a1f8-9826b50305a3</guid><dc:creator>cth</dc:creator><description>&lt;p&gt;Thanks for your replies Aryan. I appreciate your help.&lt;/p&gt;
&lt;p&gt;I have moved to the gpiote example and removed the use of all libraries. Furthermore I have implemented the sleep function from Carles in &lt;a href="https://devzone.nordicsemi.com/question/1555/how-do-you-put-the-nrf51822-chip-to-sleep/"&gt;this post&lt;/a&gt;. However, the current consumption is still the same (~550uA). The value is decreased considerable compared to the original gpiote example without sleep. The device must be in some kind of low power state, just not as low as the 250uA from the PS. I am wondering if there is some parts of the chip such as a regulator I need to turn OFF. I can live with an extra wake up time, just not in the range as when using RTC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23390?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 11:56:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92f3e6f1-fa70-403a-9c29-cf2c7f94008e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;first of all I think the power profiling was made by programming the timer directly without using any libraries. The example you mentioned uses the Timer library and the overhead of CPU to execute all those library add ups to contribute for the extra power you are noticing. As this is interrupt driven, and you are not using the softdevice and if lower power is very important for your usecase, I advise you not to use the library and configure the Timer in your app directly.
look at the peripheral\gpiote example to configure the timers directly without using the library.&lt;/p&gt;
&lt;p&gt;second thing is that just one call to __WFI() is not very efficient way to go to low power mode, i shall ask someone to fix that in the SDK.
Read the post below and the answer from Carles is how it should be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23389?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 10:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be3c1695-374d-4e9f-a473-72f46ed1a331</guid><dc:creator>cth</dc:creator><description>&lt;p&gt;I use the &amp;quot;peripheral\timer&amp;quot; example. Removed the LEDs, increased the compare value and initializing the timer frequency with 1MHz. I have tried including NRF_POWER-&amp;gt;TASKS_LOWPWR, but it doesn&amp;#39;t seem to make a difference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Idling with low-speed timer</title><link>https://devzone.nordicsemi.com/thread/23387?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 09:53:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c55db06-9921-4774-a3cb-a21cb8c928b4</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Which SDK example did you use for this timer functionality?&lt;/p&gt;
&lt;p&gt;answer to sub question)
It is possible that IAR leaves the chip in debug mode after flashing which consumes more power. I do not have IAR setup now, so I cannot confirm this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>