<?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>Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17142/why-is-the-freertos-function-xtimerresetfromisr-not-working-in-tickless-mode</link><description>Hi, 
 I modified the blinky_freertos example from SDK 12 slightly to perform the following: 
 I have one timer and one task. The task blinks a LED and then suspends. In the timer callback function (one second period) I resume the task to have a LED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Aug 2017 08:11:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17142/why-is-the-freertos-function-xtimerresetfromisr-not-working-in-tickless-mode" /><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65837?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2017 08:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5c5362b-208e-48a5-8c6c-a3ccd44583a9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;looks like the commit is not included in 12.x release. Not sure why. Its there in SDK14&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65838?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 23:22:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:068919f6-8557-4226-b4fd-ca6fd0edc83b</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;Was this fixed in SDK12.3?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65801?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 15:04:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59373ad9-7987-44ba-b3f4-b47ce82e0b7e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;PLEASE FOLLOW PATCHES FROM RADOSLAW. I removed my answer to avoid confusion.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65836?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 15:03:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1eed278f-4bc0-4eeb-a8f9-5e8163338db0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Srikar,&lt;/p&gt;
&lt;p&gt;Please remove my patches and apply patches from Radoslaw. I think I will have to remove my post now to avoid confusion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65835?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 08:15:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c683357e-ab94-479c-817b-2b522f698278</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Jules, the GPIO ISR could be masking the sys tick interrupt too long, Could you try to remove the RTT prints in the ISR and see if this improves? if systick interrupt is masked (by other ISRs or by disabling RTOS interrupts) more than 1 ms then there is a good chance that tick interrupts will be lost.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65832?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 14:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa1cf99b-d800-470e-8616-a45a7bc1c857</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;Hi Radoslaw, I tried you fix. It works, but I still see a drift between the systick and RTC. I print these values every time I get an interrupt. After 20 minutes, this looks like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; 0&amp;gt; :INFO:Timer callback: tickCount = 955789, RTC = 953942.
 0&amp;gt; :INFO:LED on: tickCount = 955789, RTC = 953942.
 0&amp;gt; :INFO:ISR: tickCount = 955790, RTC = 953943.
 0&amp;gt; :INFO:LED off: tickCount = 955871, RTC = 954023.
 0&amp;gt; :INFO:Timer callback: tickCount = 956815, RTC = 954966.
 0&amp;gt; :INFO:LED on: tickCount = 956815, RTC = 954966.
 0&amp;gt; :INFO:ISR: tickCount = 956816, RTC = 954967.
 0&amp;gt; :INFO:LED off: tickCount = 956897, RTC = 955047.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It does not seem to have any negative effect on my application, but I don&amp;#39;t think this behaviour is desirable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65834?ContentTypeID=1</link><pubDate>Sun, 13 Nov 2016 12:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91222780-bad9-4c57-a077-3a59d12cc701</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;yes that is ok. I will test this monday when I&amp;#39;m in the office.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65833?ContentTypeID=1</link><pubDate>Sun, 13 Nov 2016 10:46:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a314e429-187c-4330-a6bd-2e22e23b9893</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;After you validate that it works,  i would remove my answer and patches to avoid confusion for others.  Hope that is ok for you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65831?ContentTypeID=1</link><pubDate>Sat, 12 Nov 2016 14:06:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1329c1f9-720b-4efc-bcc3-7d89b6c44f16</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;Ok I will. Thank you all for the good support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65830?ContentTypeID=1</link><pubDate>Sat, 12 Nov 2016 13:48:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38f1c01a-f905-408a-be0c-8899a4c43013</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Jules,  please remove my patches and apply Radoslaw&amp;#39;s fixes.  His fixes are cleaner snd should fix most of the problems we see.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65829?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2016 15:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38d87139-60c4-4c40-8d9e-5f520df9b8b0</guid><dc:creator>Radoslaw Koppel</dc:creator><description>&lt;p&gt;I have created some unit test in our repository and recreate the problem. In attachment I am including quick preview of updated CMSIS port part. Please copy this files into .../freertos/portable: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/CMSIS.zip"&gt;CMSIS.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The solution is to lock interrupts little longer, but only application interrupts, not using BASEPRI register - as interrupts blocked this way would not wake up the MCU.
It gives a little higher response time for interrupt when in tickless idle. But now it should be safe at last.&lt;/p&gt;
&lt;p&gt;The NRF52 port passes perfectly the test. NRF51 seems to miss 1 unexpected tick count. Just including file for reference because we have a holidays tomorow and I would not be able to polish it before the weekend.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65828?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2016 19:27:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fd77cc7-eca4-4d99-8b21-2637bdf76050</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi dpa,  please open a new thread and include project so that i can reproduce the problem.please explain the problem as clearly as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65827?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2016 15:43:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8c4a03b-d104-4cd5-8506-1028041f6f60</guid><dc:creator>dpa</dc:creator><description>&lt;p&gt;Hi Aryan,&lt;/p&gt;
&lt;p&gt;I have updated from SDK12 all the freertos folder and included your port_cmsis_systick.c file with the:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;extern void updateRTOSTick(void);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the portmacro_cmsis.h file. With a call to updateRTOSTick() function in the handlers (gpiote, uart, spi, etc.) that call to freertos api calls (xSemaphoreGive, xTimerResetFromISR, etc.)&lt;/p&gt;
&lt;p&gt;But this configuration with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define    configUSE_TICKLESS_IDLE                                                   1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Is not working. If I use the SDK12 original files it works but the uarte is not working properly in Rx mode. In a 8 bytes DMA dual buffer a 7 byte frame is received only the 6 first bytes ok and the seventh is captured in the seccond DMA buffer. I am missing something, is there any other thing to modify?&lt;/p&gt;
&lt;p&gt;If you think this subject needs to be opened in another thread move it or tell me and i create a new thread, thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65825?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 10:33:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caeef857-6329-4448-8679-18b0549addfa</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi dpa,&lt;/p&gt;
&lt;p&gt;I updated my answer with the file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65826?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 10:19:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a106237-33d1-4a59-901c-a5cdda8182af</guid><dc:creator>dpa</dc:creator><description>&lt;p&gt;Hi Aryan could you attach the full port_cmsis_systick.c file?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65824?ContentTypeID=1</link><pubDate>Fri, 28 Oct 2016 13:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdcd1137-2d80-46fc-ab27-8bfbb819f184</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You should use rtos files from sdk 12, there were some fixes in sdk 12 you should not miss.  Just copy thefreertos folder from sdk 12 to sdk11.  Should be fine.  Can you please remind me on monday to attach the full port_cmsis_systick.c file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65823?ContentTypeID=1</link><pubDate>Fri, 28 Oct 2016 11:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21ecb54e-ea74-4b67-a263-ea67d7e9b29d</guid><dc:creator>dpa</dc:creator><description>&lt;p&gt;This port_cmsis_systick.c modifications can be used for the SDK11?&lt;/p&gt;
&lt;p&gt;If so, can you attach the modified port_cmsis_systick.c file, I am using SDK11 and honestly I dont know to to apply the diff.patch.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65822?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2016 13:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a40b704-ba4a-4030-ac68-7db88e1a2b1a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;found the bug, but i think there needs to be some big changes to solve this.
The problem was that when gpio_irqhandler is caller in gpio irq context, it is most of the time waking the chip. In tickless mode the RTC counter is ticking but since the interrupts were disabled FreeRTOS tick is way behind when the ISR is called. When we call xTimerResetFromIsr, then the system tick is still not updated and stays the same as the one that was before going to sleep. We need a mechanism  to update the tick when an interrupt have woken the chip in tickless mode. I tested this concept with a prototype and i can confirm that this is the problem we are seeing. Would you like to test this aswell? i will attach a patch but PLEASE DO NOT USE THIS PATCH in final product. We need to address this in a better way. patch coming up in a minute.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65821?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2016 08:27:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf712b5c-3fde-4975-9835-2ef49bb1f785</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Jules,&lt;/p&gt;
&lt;p&gt;I fixed the bug that was causing the tick difference. but that apparently did not fix the issue of timerreset not functioning in tickless mode. Sorry for pre mature celebrations.&lt;/p&gt;
&lt;p&gt;Anyhow you will like to add this fix to your code with this diff&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;diff --git a/external/freertos/portable/CMSIS/nrf52/port_cmsis_systick.c b/external/freertos/portable/CMSIS/nrf52/port_cmsis_systick.c
index d89381d..868052d 100644
--- a/external/freertos/portable/CMSIS/nrf52/port_cmsis_systick.c
+++ b/external/freertos/portable/CMSIS/nrf52/port_cmsis_systick.c
@@ -266,6 +266,12 @@ void vPortSuppressTicksAndSleep( TickType_t xExpectedIdleTime )
         }
         configPOST_SLEEP_PROCESSING( xExpectedIdleTime );
         nrf_rtc_int_disable(portNRF_RTC_REG, NRF_RTC_INT_COMPARE0_MASK);
+
+        /* If we do not clear this pending bit then interrupt trigger caused by compare0 (compare0 is only used in tickless mode)
+         * pendbit will be confused as TICK in xPortSysTickHandler
+         */
+        NVIC_ClearPendingIRQ(portNRF_RTC_IRQn);
+
         NVIC_EnableIRQ(portNRF_RTC_IRQn);

         /* Correct the system ticks */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will fix the tick difference issue you are seeing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65820?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 13:48:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1790a54d-b10f-476e-9329-ff56703e9a13</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;great. Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65819?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 13:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e538543-74e7-447f-9c2f-7c0561801151</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I found the bug, but sorry i am in hurry and i will update you later. The bug is in RTC tick handler. it have a corner case where it increments the rtos counter, so the rtos counter is moving ahead of RTC. More info tomorrow and i will give you a workaround.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65813?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 11:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d50c7cd0-6a16-4908-9b82-41de1d518c01</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;So in tickless mode, both the led_toggle_task and the timer callback have a tickCount that is around 80 ticks ahead of the RTC. I think this is incorrect behaviour.&lt;/p&gt;
&lt;p&gt;Furthermore I&amp;#39;m suprised by the power consumption with tickless mode disabled. I would expect it only to be slightly larger than using tickless mode due to the periodic ISR caused by the ticks. My multimeter however shows 7.54 mA continuous current draw with tickless mode disabled. Is this normal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65814?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 11:48:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffc49b20-edd3-4e64-a08d-d1bc719c843a</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;without tickless mode this looks like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;     0&amp;gt; :INFO:ISR: tickCount = 14726, RTC = 14726.
 0&amp;gt; :INFO:LED off: tickCount = 14807, RTC = 14807.
 0&amp;gt; :INFO:Timer callback: tickCount = 15750, RTC = 15750.
 0&amp;gt; :INFO:LED on: tickCount = 15750, RTC = 15750.
 0&amp;gt; :INFO:ISR: tickCount = 15750, RTC = 15750.
 0&amp;gt; :INFO:LED off: tickCount = 15831, RTC = 15831.
 0&amp;gt; :INFO:Timer callback: tickCount = 16774, RTC = 16774.
 0&amp;gt; :INFO:LED on: tickCount = 16774, RTC = 16774.
 0&amp;gt; :INFO:ISR: tickCount = 16774, RTC = 16774.
 0&amp;gt; :INFO:LED off: tickCount = 16855, RTC = 16855.
 0&amp;gt; :INFO:Timer callback: tickCount = 17798, RTC = 17798.
 0&amp;gt; :INFO:LED on: tickCount = 17798, RTC = 17798.
 0&amp;gt; :INFO:ISR: tickCount = 17798, RTC = 17798.
 0&amp;gt; :INFO:LED off: tickCount = 17879, RTC = 17879.
 0&amp;gt; :INFO:Timer callback: tickCount = 18822, RTC = 18822.
 0&amp;gt; :INFO:LED on: tickCount = 18822, RTC = 18822.
 0&amp;gt; :INFO:ISR: tickCount = 18822, RTC = 18822.
 0&amp;gt; :INFO:LED off: tickCount = 18903, RTC = 18903.
 0&amp;gt; :INFO:Timer callback: tickCount = 19846, RTC = 19846.
 0&amp;gt; :INFO:LED on: tickCount = 19846, RTC = 19846.
 0&amp;gt; :INFO:ISR: tickCount = 19846, RTC = 19846.
 0&amp;gt; :INFO:LED off: tickCount = 19927, RTC = 19927.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65806?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 11:47:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52264254-a7e4-4ae4-ba64-8ec566aeacfb</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;Hi Aryan, I got some more info. I added teh RTC values to the systick measurement in tickless mode:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;     0&amp;gt; :INFO:ISR: tickCount = 68757, RTC = 68759.
 0&amp;gt; :INFO:LED off: tickCount = 68838, RTC = 68760.
 0&amp;gt; :INFO:Timer callback: tickCount = 69782, RTC = 69703.
 0&amp;gt; :INFO:LED on: tickCount = 69782, RTC = 69703.
 0&amp;gt; :INFO:ISR: tickCount = 69782, RTC = 69783.
 0&amp;gt; :INFO:LED off: tickCount = 69863, RTC = 69784.
 0&amp;gt; :INFO:Timer callback: tickCount = 70807, RTC = 70727.
 0&amp;gt; :INFO:LED on: tickCount = 70807, RTC = 70727.
 0&amp;gt; :INFO:ISR: tickCount = 70807, RTC = 70807.
 0&amp;gt; :INFO:LED off: tickCount = 70888, RTC = 70808.
 0&amp;gt; :INFO:Timer callback: tickCount = 71832, RTC = 71751.
 0&amp;gt; :INFO:LED on: tickCount = 71832, RTC = 71751.
 0&amp;gt; :INFO:ISR: tickCount = 71832, RTC = 71831.
 0&amp;gt; :INFO:LED off: tickCount = 71913, RTC = 71832.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why is the FreeRTOS function xTimerResetFromISR not working in tickless mode?</title><link>https://devzone.nordicsemi.com/thread/65807?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 13:20:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d7b6f56-e2f9-4467-b1b2-ea154f39a459</guid><dc:creator>jules</dc:creator><description>&lt;p&gt;Ok I will continue my development in without tickless mode untill this is fixed. Thank you for looking into this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>