<?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 interval</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16222/app-timer-interval</link><description>Hi All, 
 I am using nRF51822 for my application. 
 how to change the App timer Interval dynamically means i have to change the timer interval before timeout.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Sep 2016 08:50:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16222/app-timer-interval" /><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61961?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 08:50:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c752b9a-8cf2-4fc1-a150-bc946de62f64</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You can stop the timer and start a new one, which in practice will be the same as resetting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61962?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 04:13:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c0e0aff-7957-4b0c-ad1b-2614e042a37b</guid><dc:creator>shanky</dc:creator><description>&lt;p&gt;My question is I want to reset timer in UART ISR.&lt;/p&gt;
&lt;p&gt;It is possible to reset the timer after start the timer for example i started 5 ms timer and when timer count reaches to 4 ms that time i need to do reset the timer with 5 ms count.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61960?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2016 15:27:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56cad290-dc50-4617-9ee5-565f68c179ee</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;This was very difficult to understand. Do you want to have a UART timeout? Please try to explain in another way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61959?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 03:54:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1f64f0d-9cf6-4835-b1af-baf62a1acc37</guid><dc:creator>shanky</dc:creator><description>&lt;p&gt;No actually in UART ISR i am receiving one packet and for checking the end of packet i want a delay of 5 ms.
while i am receiving the packet i want to reset the timer count so when there is nothing in the UART ISR that time only i want to start the timer or in other words that timer count will start from 0 to 5ms and in the timer handler i will know that packet is received.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61956?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 13:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24dd1565-fcf2-4781-9c93-f382a7b39372</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;Start the timer with timeout of 90.  When it goes off, decide whether you want 10 more or 100 more.  Or do you have some event before the timeout that tells you you want to increase the timer?  If so, then you can save the time when you start the timer, and when the event occurs, stop the timer and do math on nowTime - savedTime to calculate the new timeout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61958?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 11:21:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2128b294-639b-42ef-b1c9-c3f09d418cea</guid><dc:creator>shanky</dc:creator><description>&lt;p&gt;Yes i am asking.&lt;/p&gt;
&lt;p&gt;I want it without stopping the timer because i want to increased the timer tick before timer timeout.
for example i started timer with 100 ms and when its reaches to 90 ms i want to add another 100 ms delay so timer interval will be 190 ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App timer interval</title><link>https://devzone.nordicsemi.com/thread/61957?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 11:09:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:479d51e6-c774-42ba-997d-923840f336d9</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;Are you asking how to do it?  Have you tried stopping the timer and creating a new one?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>