<?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>Timers vs RTC vs Application Timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75680/timers-vs-rtc-vs-application-timer</link><description>pls explain in sinple words what is the difference between Hardware timers vs RTC vs Application Timer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 May 2021 13:05:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75680/timers-vs-rtc-vs-application-timer" /><item><title>RE: Timers vs RTC vs Application Timer</title><link>https://devzone.nordicsemi.com/thread/312390?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 13:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1185ddbe-bc5a-4774-bd29-fcbf15e85ab2</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Happy to help. I will consider this case closed then &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timers vs RTC vs Application Timer</title><link>https://devzone.nordicsemi.com/thread/312148?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 13:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61392c3f-e054-4601-bec8-3e6322fe2180</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;Thankyou very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timers vs RTC vs Application Timer</title><link>https://devzone.nordicsemi.com/thread/312057?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 11:37:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebeaa143-d463-45eb-8d4e-32c179a07922</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Both the TIMER and RTC modules are dedicated hardware timer modules, where the main difference is that the TIMER modules are clocked by the 16MHz peripheral clock, while the RTC timers are clocked by the 32.768kHz low power clock.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This makes the TIMER modules better for situations where you need fast, high accuracy timing, while the RTC timers are better when you want to keep the current consumption as low as possible.&lt;/p&gt;
&lt;p&gt;The app_timer module is&amp;nbsp;essentially a software based timing module that&amp;nbsp;allows you to generate multiple timer callbacks at different intervals based on a single RTC timer, to work around the fact that you only have a limited set of TIMER and RTC modules available in the device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>