<?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>pluse number count</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38293/pluse-number-count</link><description>I need to count the pluse number use 51822, the frequency about this pluse is about 0.01Hz to 1Hz and is not fixed, I know use Time1 can achieve this funtion, but the problem is i need achieve it use very lower power consumption , is it possible to reduce</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Sep 2018 06:27:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38293/pluse-number-count" /><item><title>RE: pluse number count</title><link>https://devzone.nordicsemi.com/thread/147923?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 06:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99748b18-bd7c-4ad6-9908-e69280069afc</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Where did you see that? There is no reset of the CPU when there is a port event, so this should not be a relevant concern.&lt;/p&gt;
&lt;p&gt;(You may have seen that a GPIO pin can be used as a wake-up source from system off low power mode, which always occur as a reset. However, there is no reset as long as you don&amp;#39;t use system off. However, system off does not make sense when you want to wake up as often as several times per second.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pluse number count</title><link>https://devzone.nordicsemi.com/thread/147828?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 14:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f79923d-cb65-4c36-b861-15b1c61c0cbe</guid><dc:creator>Carey</dc:creator><description>&lt;p&gt;thanks your advise, but i saw in the code, every&amp;nbsp;&lt;span&gt;GPIOTE port event&amp;nbsp;wake up the CPU need reset the CPU?&amp;nbsp; so how can i save that value of&amp;nbsp;variable? and if i use&amp;nbsp;GPIOTE port event, how much is it the every&amp;nbsp;average current?&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pluse number count</title><link>https://devzone.nordicsemi.com/thread/147740?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 09:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:294f057c-ac14-4124-b043-0de19a4be199</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The frequency of what you want to capture is so low that I do not see any need for using a timer. You could use a RTC in counter mode, but the problem is that you would get high current consumption from using GPIOTE with PPI. I have not done the calculations, but my gut feeling is that the most power efficient way to do this is to simply use GPIOTE port event (ow accuracy mode) and wake up the CPU to increment a variable (though it might seem a bit counter intuitive).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>