<?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.  Is it advisable to use app_timer with application when soft device is enabled.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57302/app_timer-is-it-advisable-to-use-app_timer-with-application-when-soft-device-is-enabled</link><description>Hi, 
 Good Day! 
 Statement of problem: Currently we are using app_timer in our application for conducting the user behavior. For example, for user input off of capacitive touch sensor we have used app_timer to model the user behavior. Also the RTC 2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Feb 2020 09:11:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57302/app_timer-is-it-advisable-to-use-app_timer-with-application-when-soft-device-is-enabled" /><item><title>RE: App_timer.  Is it advisable to use app_timer with application when soft device is enabled.</title><link>https://devzone.nordicsemi.com/thread/232760?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2020 09:11:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:658189a9-8f35-46c1-ab2a-7f5f68ee25d9</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;That should be fine :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App_timer.  Is it advisable to use app_timer with application when soft device is enabled.</title><link>https://devzone.nordicsemi.com/thread/232317?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 12:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1af65b6a-8247-4bc2-bdd7-1fcc96788d5e</guid><dc:creator>AimHigh</dc:creator><description>&lt;p&gt;Hi Haakonsh,&lt;/p&gt;
&lt;p&gt;Thank you for your response. Now i get it, about app_timer with application. Certainly app_timer used for our application is having minimum timeout value of 80mSec. and I hope it would not make much of difference in adding +5~10 mSec as a delay to the application becasue of soft device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We do not have app_timer dealing with critical stuff.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: App_timer.  Is it advisable to use app_timer with application when soft device is enabled.</title><link>https://devzone.nordicsemi.com/thread/232310?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 12:26:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:852a8e6d-dc5c-4941-9576-8e51ad0152c8</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can use two app_timers if you use RTC1 and RTC2, RTC0 is reserved by the SoftDevice.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do note that the app_timer is interrupt-driven and the SoftDevice&amp;#39;s time-critical&amp;nbsp;processes will have execution priority over the peripheral interrupts. This means that you will at times have app_timer events that have been blocked for a few ms.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If this is a problem I suggest you try to offload the CPU with the PPI system (peripheral tasks/events) for your timing-critical stuff.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>