<?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>RE: A BEGINNER&amp;#39;S GUIDE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39504/re-a-beginner-s-guide</link><description>Hi. This is my first time using Nordic product, the nrf518222 to be specific. I have been going through the template application code tutorial and I came across something I didn&amp;#39;t understand. What do we mean by timer operation queues. I am also very new</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Nov 2020 11:40:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39504/re-a-beginner-s-guide" /><item><title>RE: RE: A BEGINNER'S GUIDE</title><link>https://devzone.nordicsemi.com/thread/279213?ContentTypeID=1</link><pubDate>Tue, 10 Nov 2020 11:40:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b6ece1f-c5a1-468d-a722-4a03a649b9d5</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The first starting point should be &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk_gsg/UG/nrf91_DK_gsg/intro.html"&gt;nRF9160 DK Getting Started&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: A BEGINNER'S GUIDE</title><link>https://devzone.nordicsemi.com/thread/279211?ContentTypeID=1</link><pubDate>Tue, 10 Nov 2020 11:36:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:958d0267-d33f-4f46-b829-bb5b0759a5fd</guid><dc:creator>Mahesh  Reddy</dc:creator><description>&lt;p&gt;I am a beginner first time I am going to deal with nrf9160 DK can you suggest any codings guides to me&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RE: A BEGINNER'S GUIDE</title><link>https://devzone.nordicsemi.com/thread/152985?ContentTypeID=1</link><pubDate>Tue, 16 Oct 2018 08:26:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fee27827-30e2-46af-b592-b039e61a00db</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I assume you are asking about the operation queue for the application &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/lib_timer.html?cp=4_0_7_3_33"&gt;timer library&lt;/a&gt;? If so, then the&amp;nbsp;&lt;span&gt;timer operation queue is a queue where operations are put when you for instance call&amp;nbsp;app_timer_start() or app_timer_stop(). The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/lib_timer.html?cp=4_0_7_3_33"&gt;timer library documentation&lt;/a&gt;&amp;nbsp;has a good description:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;When calling app_timer_start() or app_timer_stop(), the timer operation is just queued, and the software interrupt is triggered. The actual timer start/stop operation is executed by the SWI0 interrupt handler. Since the SWI0 interrupt is running in APP_LOW, if the application code calling the timer function is running in APP_LOW or APP_HIGH, the timer operation will not be performed until the application handler has returned. This will be the case, for example, when stopping a timer from a time-out handler when not using the scheduler.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>