<?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 Microcontrollers中的主题 KW45 tickless demo</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW45-tickless-demo/m-p/1595090#M64652</link>
    <description>&lt;P&gt;Hi, I'm running into problems with freertos tickless demo on kw45 SDK.&lt;/P&gt;&lt;P&gt;I downloaded the latest SDK &lt;STRONG&gt;SDK_2.12.2_KW45B41Z83xxxA.&amp;nbsp;&lt;/STRONG&gt;After I import and build the demo kw45b41zevk_freertos_tickless, I flashed it to my kw45 devkit and connected to serial console with 115200 baud rate. Given that the freertosconfig.h sets tick rate to be 1000, I expected to see the console getting updated every 5 seconds with the tick value based on this task.&lt;/P&gt;&lt;P&gt;#############&lt;/P&gt;&lt;P&gt;static void Tickless_task(void *pvParameters)&lt;BR /&gt;{&lt;BR /&gt;for (;;)&lt;BR /&gt;{&lt;BR /&gt;PRINTF("%d\r\n", xTaskGetTickCount());&lt;BR /&gt;vTaskDelay(pdMS_TO_TICKS(TIME_DELAY_SLEEP));&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#############&lt;/P&gt;&lt;P&gt;However, what I actually observed on the project is that the console gets updated much faster than every 5 seconds.&lt;/P&gt;&lt;P&gt;Am I using a wrong example / interpreting things incorrectly or is this example project actually broken? Can I get some clarification on this?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 00:42:22 GMT</pubDate>
    <dc:creator>zackqu</dc:creator>
    <dc:date>2023-02-08T00:42:22Z</dc:date>
    <item>
      <title>KW45 tickless demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW45-tickless-demo/m-p/1595090#M64652</link>
      <description>&lt;P&gt;Hi, I'm running into problems with freertos tickless demo on kw45 SDK.&lt;/P&gt;&lt;P&gt;I downloaded the latest SDK &lt;STRONG&gt;SDK_2.12.2_KW45B41Z83xxxA.&amp;nbsp;&lt;/STRONG&gt;After I import and build the demo kw45b41zevk_freertos_tickless, I flashed it to my kw45 devkit and connected to serial console with 115200 baud rate. Given that the freertosconfig.h sets tick rate to be 1000, I expected to see the console getting updated every 5 seconds with the tick value based on this task.&lt;/P&gt;&lt;P&gt;#############&lt;/P&gt;&lt;P&gt;static void Tickless_task(void *pvParameters)&lt;BR /&gt;{&lt;BR /&gt;for (;;)&lt;BR /&gt;{&lt;BR /&gt;PRINTF("%d\r\n", xTaskGetTickCount());&lt;BR /&gt;vTaskDelay(pdMS_TO_TICKS(TIME_DELAY_SLEEP));&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#############&lt;/P&gt;&lt;P&gt;However, what I actually observed on the project is that the console gets updated much faster than every 5 seconds.&lt;/P&gt;&lt;P&gt;Am I using a wrong example / interpreting things incorrectly or is this example project actually broken? Can I get some clarification on this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 00:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW45-tickless-demo/m-p/1595090#M64652</guid>
      <dc:creator>zackqu</dc:creator>
      <dc:date>2023-02-08T00:42:22Z</dc:date>
    </item>
  </channel>
</rss>

