<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis Software Development KitのトピックRe: FreeRTOS xTaskIncrementTick() never gets called.</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616210#M6428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Your &lt;SPAN&gt;event.c&lt;/SPAN&gt; had &lt;SPAN&gt;SysTick_&lt;SPAN class="GramE"&gt;Handler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;(&lt;/SPAN&gt;) implemented and this was trumping the &lt;SPAN&gt;port.c&lt;/SPAN&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;() function causing the tick not to occur properly.&lt;/P&gt;&lt;P&gt;In &lt;SPAN&gt;event.c&lt;/SPAN&gt; I did following:&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;#if&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt; 0&lt;SPAN style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #3f7f5f; mso-highlight: white;"&gt;//DES 0=test, 1=default code&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN class="GramE"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="GramE"&gt;g_timeMilliseconds&lt;/SPAN&gt;&lt;/SPAN&gt;++;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;#&lt;SPAN&gt;endif&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P&gt;Re-compile and ran and hit breakpoint inside the &lt;SPAN&gt;port.c&lt;/SPAN&gt; void &lt;SPAN&gt;&lt;SPAN class="GramE"&gt;xPortSysTickHandler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;(&lt;/SPAN&gt;void) handler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: when your &lt;SPAN&gt;event.c&lt;/SPAN&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;() used, it is working but other &lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;RTOS scheduler stuff needs &lt;SPAN&gt;xTickCount&lt;/SPAN&gt; to be incrementing to allow RTOS to function correctly (I think).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 16:29:58 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-11-02T16:29:58Z</dc:date>
    <item>
      <title>FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616203#M6421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using FreeRTOS with SDK_2.0_MK24FN1M0xxx12 on a custom board. And I'm using the default clock configuration&amp;nbsp;created with&amp;nbsp;the new clock tool in KEx Tools v2.0 (FEI MCG Mode, System clock 20.97152 MHz). Also I'm using the default FreeRTOSConfig.h.&amp;nbsp;I wrote a&amp;nbsp;simple task to periodically print the tick count but xTaskIncrementTick() in task.c&amp;nbsp;never gets called and the tick count remains 0. Any ideas on what the problem is? I'm assuming the SysTick interrupt is enabled by default (bad assumption?).&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="166922_166922.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122435i8420935447275B78/image-size/large?v=v2&amp;amp;px=999" role="button" title="166922_166922.PNG" alt="166922_166922.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="debugCode.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/6158iEDBDA3A781B12432/image-size/large?v=v2&amp;amp;px=999" role="button" title="debugCode.PNG" alt="debugCode.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616203#M6421</guid>
      <dc:creator>peterfurey</dc:creator>
      <dc:date>2016-10-31T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616204#M6422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;A simple way to have default clocking to the FreeRTOS example code is just to comment out the BOARD_BootClockRUN(); function call like below:&lt;/P&gt;&lt;P&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; BOARD_InitPins();&lt;BR /&gt;//DES test BOARD_BootClockRUN();&lt;BR /&gt; BOARD_InitDebugConsole();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look into the&amp;nbsp;&lt;SPAN&gt;BOARD_BootClockRUN() function it will safely increase the clock and lastly call following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; SystemCoreClock = g_defaultClockConfigRun.coreClock;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When "SystemCoreClock" is used by FreeRTOS and peripheral init routines. &amp;nbsp;So if you have a UART or SysTick running, it will set according to the "SystemCoreClock" setting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If commenting&amp;nbsp;BOARD_BootClockRUN() makes things work Ok, then something in the KEx Tool might not have been configured right (or it is wrong).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 21:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616204#M6422</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-31T21:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616205#M6423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thank you for your response. I tried your suggestion and got the same result. Any other ideas?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 13:32:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616205#M6423</guid>
      <dc:creator>peterfurey</dc:creator>
      <dc:date>2016-11-01T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616206#M6424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Can you post your project?&lt;/P&gt;&lt;P&gt;I don't have a K24 but hope to run it on the FRDM-K64F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; COLOR: black;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; COLOR: black;"&gt;David &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 15:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616206#M6424</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-11-01T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616207#M6425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, what is the easiest way to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 15:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616207#M6425</guid>
      <dc:creator>peterfurey</dc:creator>
      <dc:date>2016-11-01T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616208#M6426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;When doing a "Reply" there is a "Use advanced editor" &amp;nbsp;link to the upper right hand corner. &amp;nbsp;Click it.&lt;/P&gt;&lt;P&gt;The new window that opens has "Attach" at lower left corner of window. &amp;nbsp;Click it and then attach the ZIP file.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 16:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616208#M6426</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-11-01T16:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616209#M6427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;My project is attached. Thank you for looking at it.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 17:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616209#M6427</guid>
      <dc:creator>peterfurey</dc:creator>
      <dc:date>2016-11-01T17:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616210#M6428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Your &lt;SPAN&gt;event.c&lt;/SPAN&gt; had &lt;SPAN&gt;SysTick_&lt;SPAN class="GramE"&gt;Handler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;(&lt;/SPAN&gt;) implemented and this was trumping the &lt;SPAN&gt;port.c&lt;/SPAN&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;() function causing the tick not to occur properly.&lt;/P&gt;&lt;P&gt;In &lt;SPAN&gt;event.c&lt;/SPAN&gt; I did following:&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;#if&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt; 0&lt;SPAN style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #3f7f5f; mso-highlight: white;"&gt;//DES 0=test, 1=default code&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN class="GramE"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="GramE"&gt;g_timeMilliseconds&lt;/SPAN&gt;&lt;/SPAN&gt;++;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: black; mso-highlight: white;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Consolas; BACKGROUND: white; COLOR: #7f0055; mso-highlight: white;"&gt;#&lt;SPAN&gt;endif&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="TEXT-AUTOSPACE: ; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P&gt;Re-compile and ran and hit breakpoint inside the &lt;SPAN&gt;port.c&lt;/SPAN&gt; void &lt;SPAN&gt;&lt;SPAN class="GramE"&gt;xPortSysTickHandler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE"&gt;(&lt;/SPAN&gt;void) handler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: when your &lt;SPAN&gt;event.c&lt;/SPAN&gt; &lt;SPAN&gt;SysTick_Handler&lt;/SPAN&gt;() used, it is working but other &lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;RTOS scheduler stuff needs &lt;SPAN&gt;xTickCount&lt;/SPAN&gt; to be incrementing to allow RTOS to function correctly (I think).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616210#M6428</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-11-02T16:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS xTaskIncrementTick() never gets called.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616211#M6429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much David! That event.c module is something that I imported from the sdcard_fatfs_frdmk64f example project when I was trying to get my sdcard/filesystem interface working but I notice now that that project wasn't using FreeRTOS so there was no conflict. I very much appreciate you taking the time to track that down for me, I was stumped.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:45:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FreeRTOS-xTaskIncrementTick-never-gets-called/m-p/616211#M6429</guid>
      <dc:creator>peterfurey</dc:creator>
      <dc:date>2016-11-02T17:45:10Z</dc:date>
    </item>
  </channel>
</rss>

