<?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 in Ble App Template</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40461/app-timer-in-ble-app-template</link><description>I found that App timer using in ble_app_template in different modules. Is it possible to change prescaler value without harm to other modules? I need to increase maximum value of timer&amp;#39;s time, so I need to change prescaler value. I use SDK 15.1.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Dec 2018 14:38:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40461/app-timer-in-ble-app-template" /><item><title>RE: App Timer in Ble App Template</title><link>https://devzone.nordicsemi.com/thread/161482?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 14:38:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:736b9eac-1980-456e-ac8d-d17dbc5dfa3e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any specific problems, unless you also require app_timer with very short timing (e.g. in a few RTC periods with the new prescaler setting).&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 in Ble App Template</title><link>https://devzone.nordicsemi.com/thread/161341?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 07:40:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f4bdbc8-480a-4857-982a-6edd85962dff</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;Thanks for the answer. Yes, I use this way in my configurations of time counter when interrupt NRF_DRV_RTC_INT_OVERFLOW occure. But in case of using App Timer, I just want to change prescaler value, if it is possible. Will it demage ble_app_template?&lt;br /&gt;I&amp;#39;m really sorry for delayed resopnse, but I&amp;#39;m not receive notification about your message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App Timer in Ble App Template</title><link>https://devzone.nordicsemi.com/thread/157278?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 12:06:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f6c393c-176e-4a52-a6da-6b081ffd0fc7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you considered just having an timeout handler with counter to solve this?&lt;/p&gt;
&lt;p&gt;E.g.&lt;/p&gt;
&lt;p&gt;static uint16_t m_counter;&lt;/p&gt;
&lt;p&gt;static void&amp;nbsp;timeout_handler(void) // Max 250 seconds&lt;br /&gt;{&lt;br /&gt;&lt;span&gt;m_counter ++;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if(m_counter &amp;gt;= TIMEOUT_VALUE) // Multiply of Max 250 seconds&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;{&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;m_counter = 0;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;// execute code&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>