<?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>topic Re: FreeRTOS task viewer shows overflow in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759910#M2091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with 3072 units, and that works in that updated version too for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43iC16B28EBFA6EFE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this means to me that this one should be really fixed in that new (coming) version.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 12:16:57 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2018-05-09T12:16:57Z</dc:date>
    <item>
      <title>FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759902#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with a custom board based on K66, MCUXpresso 10.1.1, SDK 2.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp;facing a strange problem with FreeRTOS thread aware view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a task with 2048 byte stack (call the xTaskCreate() function with parameter usStackDepth = 512) at the exit of the&amp;nbsp;&lt;SPAN&gt;xTaskCreate() function I can see the correct stack usage:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24671i696E02CC23A446E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create&amp;nbsp;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;the same&amp;nbsp;task&lt;/STRONG&gt;&lt;/SPAN&gt; with a bigger stack, e.g. 12288 byte, (call the xTaskCreate() function with parameter usStackDepth = 3072) at the exit of the&amp;nbsp;&lt;SPAN&gt;xTaskCreate() function I see that the task has overflowed the stack:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24672i9C786DA6B3021A40/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems that it is related to the&amp;nbsp;usStackDepth&amp;nbsp;parameter: below the 2100 value it works and above it don't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems the&amp;nbsp;same problem described on this thread:&amp;nbsp;&lt;A href="https://community.nxp.com/message/887567"&gt;FreeRTOS task viewer shows overflow&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it a problem related to the task aware viewer or to FreeRTOS itself?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Biafra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759902#M2083</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2018-03-14T17:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759903#M2084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same Problem with K81, SDK2.3 and MCUXpresso 10.1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 08:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759903#M2084</guid>
      <dc:creator>alexklupsch</dc:creator>
      <dc:date>2018-03-16T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759904#M2085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the report. We'll investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 14:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759904#M2085</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-03-17T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759905#M2086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there some news related?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 11:16:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759905#M2086</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2018-04-17T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759906#M2087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this topic&amp;nbsp;&lt;A href="https://community.nxp.com/message/1002572"&gt;MCUXpresso Heap Usage (FreeRTOS) reporting problem when using Heap 5 memory scheme&lt;/A&gt;‌,&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BlackNight"&gt;BlackNight&lt;/A&gt;‌ told about the new MCUXpresso IDE version coming&amp;nbsp;around&amp;nbsp;late may. This version should come with new&amp;nbsp;FreeRTOS plugin:&amp;nbsp;will&amp;nbsp;the new version include the correction for this problem too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 15:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759906#M2087</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2018-05-07T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759907#M2088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have that project shown above, but I had a chance to try out the new plugin and it shows the stack for a 512 unit task in a proper way:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28828i1D397FA9C0A6B70C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759907#M2088</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-05-08T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759908#M2089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And here with&lt;/P&gt;&lt;P&gt;#define configRECORD_STACK_HIGH_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28911iA2CE2C2A5AD3A6F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:17:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759908#M2089</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-05-08T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759909#M2090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a 512 unit stack (2048 bytes) it is displayed correctly for me too.&lt;/P&gt;&lt;P&gt;It&amp;nbsp;isn't displayed correctly with a 3072 unit stack (12288 bytes), but the program works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:43:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759909#M2090</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2018-05-09T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759910#M2091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with 3072 units, and that works in that updated version too for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43iC16B28EBFA6EFE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this means to me that this one should be really fixed in that new (coming) version.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 12:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759910#M2091</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-05-09T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759911#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the FreeRTOS plugin version 1.0.2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1121i5CE261C79D2104AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the same you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 13:19:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759911#M2092</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2018-05-09T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task viewer shows overflow</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759912#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm using a beta version of what is supposed to go into that new release end of this month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 13:52:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-viewer-shows-overflow/m-p/759912#M2093</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-05-09T13:52:20Z</dc:date>
    </item>
  </channel>
</rss>

