<?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>get app timer current count</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23681/get-app-timer-current-count</link><description>Hi, 
 i set the app_timer to fire every 60 seconds
app_timer_start(m_Timer_id, APP_TIMER_TICKS(60000, APP_TIMER_PRESCALER), NULL); 
 Is it possible to get the current couter,for example, after 30 seconds? 
 I need to have an RTC counter discretized</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2017 09:09:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23681/get-app-timer-current-count" /><item><title>RE: get app timer current count</title><link>https://devzone.nordicsemi.com/thread/93090?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 09:09:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f49e362b-d16b-40fd-9da4-6b2296443350</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can get the current tick count using the function &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.1.0/group__app__timer.html#gae36265bac1480fbb1522f63f70ac369f"&gt;&lt;code&gt;app_timer_cnt_get()&lt;/code&gt;&lt;/a&gt;. You can convert the tick count to (milli)seconds using the &lt;code&gt;APP_TIMER_PRESCALER&lt;/code&gt; define.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>