<?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>App timer maximum time in SDK 15.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41532/app-timer-maximum-time-in-sdk-15-2</link><description>What is the maximum time that I can use in app_timer_start? 
 I tried setting it to APP_TIMER_TICKS(15 * 60000) in order to set a timer of 15 minutes but it timed out after 6m28s.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Nov 2022 22:41:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41532/app-timer-maximum-time-in-sdk-15-2" /><item><title>RE: App timer maximum time in SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/394243?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2022 22:41:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3d223c0-0f21-4ee7-a91e-6424b2e40576</guid><dc:creator>Matthew Leroy Stephens</dc:creator><description>&lt;p&gt;Why do you recommend the max timeout be half of the 24 bit counter? I need to measure a 24hr span of time, and would like to setup a repeating 5 minute timer to count that time. 256 seconds is less than that. the counter periods elapsed over the course of 300 seconds seems well within the bounds of the 24 bit counter, so why recommend staying under half of the counter range?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer maximum time in SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/161682?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 13:19:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8520765-8809-495c-a9c3-49c0e21977d3</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;A 24bit counter will overflow in 2^24=16777216 RTC periods, and I recommend that the max timeout value is half of that. So that means that if the RTC period is default (1/32768)seconds, then the max timeout should be &lt;span&gt;1/32768 *&amp;nbsp;16777216/2&amp;nbsp; =&amp;nbsp;&lt;/span&gt;256seconds.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer maximum time in SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/161599?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 08:31:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65ea779f-cb78-4fbe-8dc1-9c521ae0a654</guid><dc:creator>vist</dc:creator><description>&lt;p&gt;Ok, how do I calculate it If I use 0 for APP_TIMER_CONFIG_RTC_FREQUENCY?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer maximum time in SDK 15.2</title><link>https://devzone.nordicsemi.com/thread/161523?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 17:34:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25c67183-6820-4d5f-8783-4ddfe4ef2c3f</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Depends on the prescaler. RTC counter and compare registers are 24 bits wide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>