<?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>Using the scheduler with the Application Timer for SDK 11</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45598/using-the-scheduler-with-the-application-timer-for-sdk-11</link><description>Hi, 
 I am using SDK11. 
 I have looked into scheduler tutorials Tutorial scheduler and looked into the section of &amp;quot;Using the scheduler with the Application Timer&amp;quot;, However, the tutorial discusses about updating the sdk_config.h which, I think, was introduced</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Apr 2019 15:32:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45598/using-the-scheduler-with-the-application-timer-for-sdk-11" /><item><title>RE: Using the scheduler with the Application Timer for SDK 11</title><link>https://devzone.nordicsemi.com/thread/179823?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 15:32:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06d598c5-4985-439a-b660-2f6ce8d64072</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;&lt;span&gt;Yes, that is correct.&amp;nbsp;The purpose of using the scheduler is to have your code execute in the main/thread context, which is the lowest priority. The motivation for executing code in the lowest priority is to not let your code execution block other tasks that need to run with minimum latency(e.g. at higher priority). On the nRF52, you have 5 application interrupt priorities that can be used, see &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.sds/dita/softdevices/s130/processor_avail_interrupt_latency/exception_mgmt_sd.html?cp=2_3_1_0_15_1"&gt;this page&lt;/a&gt;. But on the nRF51, it was only 2! See &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/processor_avail_interrupt_latency/exception_mgmt_sd.html?cp=3_7_2_0_15_1"&gt;this page&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the scheduler with the Application Timer for SDK 11</title><link>https://devzone.nordicsemi.com/thread/179688?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 09:34:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e20c4d9-b908-45d5-be3c-034dc96a56ef</guid><dc:creator>Muhammad Akram Karimi</dc:creator><description>&lt;p&gt;Thanks for the pdf version as I could not find that online.&lt;/p&gt;
&lt;p&gt;However, I was wrong in assuming that I can&amp;#39;t use timer (in interrupt mode) while using scheduler. But I was wrong. I can now run the timer along with the scheduler.&lt;/p&gt;
&lt;p&gt;I think the tutorial you sent is to use the timer in threaded mode, am I right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the scheduler with the Application Timer for SDK 11</title><link>https://devzone.nordicsemi.com/thread/179463?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 11:28:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00b4b1ff-a274-4053-859a-403e537e0c47</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Here is the SDK 11 version of the&amp;nbsp;scheduler tutorial in pdf format:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/scheduler_2D00_tutorial_5F00_SDK11.pdf"&gt;devzone.nordicsemi.com/.../scheduler_2D00_tutorial_5F00_SDK11.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Example project referred&amp;nbsp;to in the &lt;span&gt;tutorial&amp;nbsp;&lt;/span&gt;:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/scheduler_5F00_tutorial.zip"&gt;devzone.nordicsemi.com/.../scheduler_5F00_tutorial.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>