<?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>I have a simple question about the timer.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65476/i-have-a-simple-question-about-the-timer</link><description>Hello, everyone. 
 
 I am using sdk v17 and I am looking into timer. I used the app_timer simply, but I don&amp;#39;t know the nrf_drv_timer because I&amp;#39;ve never seen it before. Can I find an example related to nrf_drv_timer? And can both the app_timer and the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Sep 2020 02:34:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65476/i-have-a-simple-question-about-the-timer" /><item><title>RE: I have a simple question about the timer.</title><link>https://devzone.nordicsemi.com/thread/268166?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2020 02:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69be6680-16fd-41ea-9399-c5fc26cdca69</guid><dc:creator>schosdas</dc:creator><description>&lt;p&gt;Thank you!&amp;nbsp; You&amp;#39;ve been very helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a simple question about the timer.</title><link>https://devzone.nordicsemi.com/thread/267557?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 08:47:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07982d23-1dff-42b7-84e2-422753d8115e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;App_timer and nrf_drv_timer can operate simultaneously. App_timer runs off a single &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/rtc.html#concept_rvn_vkj_sr"&gt;RTC&lt;/a&gt; instance for creating multiple software timer instances, while the TIMER driver can utilize any of the available &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/timer.html#concept_xbd_hqp_sr"&gt;HW TIMER instances&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The RTC runs off the 32.768 kHz Low-Frequency Clock, which gives much lower current consumption than the TIMERs running off the 16 MHz High-Frequency Clock. The advantage of TIMER vs RTC is that TIMERS have much better resolution (62.5 ns) than RTC (~30.5 us). For operations where timing accuracy is essential, TIMERS are preferred. For long-time task planning, etc, RTCs/app_timer are usually better.&lt;/p&gt;
&lt;p&gt;A &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/nrf_dev_timer_example.html"&gt;timer example&lt;/a&gt; is available in the SDK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørge&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>