<?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 configurations</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52140/app-timer-configurations</link><description>Hi. I am using two application timers in my program, one timer ticks is fixed to 1000 means it will call its handler every second. The other timer ticks values I am changing so that I can call that timer handler at different specific times. Both the timers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2019 17:58:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52140/app-timer-configurations" /><item><title>RE: APP TIMER configurations</title><link>https://devzone.nordicsemi.com/thread/210215?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 17:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7c6422e-964e-4df1-abce-5a4289e1c85a</guid><dc:creator>PKSHER</dc:creator><description>&lt;p&gt;Yes I have change&amp;nbsp;&lt;span&gt;APP_TIMER_CONFIG_RTC_FREQUENCY to 31 to get 1024 hz, although this low is not desired but I have just chosen the minimum.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And you are saying I should set up my own RTC callback, but my program is running perfectly without any issues, so if I skip this, would it be a problem in the future?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP TIMER configurations</title><link>https://devzone.nordicsemi.com/thread/210026?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:28:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da0ff086-227d-4c5f-ad81-83089ec15d65</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can set the prescaler by changing the frequency of&amp;nbsp;APP_TIMER_CONFIG_RTC_FREQUENCY in sdk_config.h.&lt;br /&gt;&lt;br /&gt;Since this will have an&amp;nbsp;unknown effect on all other libraries that uses the application timer, I suggest you set up your own RTC callback with the&amp;nbsp;&lt;a title="RTC driver" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/group__nrfx__rtc.html?cp=5_1_6_9_0_27_1"&gt;RTC driver&lt;/a&gt;&amp;nbsp;with the RTC2 instance.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>