<?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: LPC1788 Heap and Stack Usage Report Generation Issue In FreeRTOS Based Code . in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1360237#M46865</link>
    <description>&lt;P&gt;Try doing the following changes on the FreeRTOSConfig.h instead:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; configFRTOS_MEMORY_SCHEME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; configRECORD_STACK_HIGH_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 18:26:28 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2021-10-22T18:26:28Z</dc:date>
    <item>
      <title>LPC1788 Heap and Stack Usage Report Generation Issue In FreeRTOS Based Code .</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1359439#M46854</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using LPC1788 OEM Board REV E.of Embedded Artists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using MCUXpresso IDE V11.3.0 and FreeRTOS Lwip stack.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The FreeRTOS&amp;nbsp; version is&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;"V7.5.3".&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are able to Generate the&amp;nbsp;Heap and Stack Usage Report for The Example code Given for LPC1788 in which FreeRTOS was not used.&lt;/P&gt;&lt;P&gt;But when we try to generate the Same Report for the example code which uses FreeRTOS for ex. &lt;STRONG&gt;freertos_blinky&amp;nbsp;&lt;/STRONG&gt;the&amp;nbsp;Heap and Stack Usage Report is not gets Generated.&lt;/P&gt;&lt;P&gt;Please see attached&amp;nbsp;&amp;nbsp;Heap and Stack Usage Reports of both the cases.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 10:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1359439#M46854</guid>
      <dc:creator>pratap1</dc:creator>
      <dc:date>2021-10-21T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788 Heap and Stack Usage Report Generation Issue In FreeRTOS Based Code .</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1359667#M46856</link>
      <description>&lt;P&gt;FreeRTOS projects handle the Stack and Heap usage differently (by tasks). That said, the Stack and Heap usage will be listed under the FreeRTOS Views from the top menu bar instead of the conventional “Heap and Stack usage” window. For more information, refer to Section 3 of the MCUXpresso IDE FreeRTOS Debug Guide: &lt;A href="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Edwin&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 19:07:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1359667#M46856</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2021-10-21T19:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788 Heap and Stack Usage Report Generation Issue In FreeRTOS Based Code .</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1360089#M46861</link>
      <description>&lt;P&gt;We are using MULTILINK UNIVERSAL FX (PE micro probes) DEBUGGER.&lt;/P&gt;&lt;P&gt;WE have made Changes in our code as per the Document&amp;nbsp;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please see attached screenshots of task list and heap usage view .&lt;BR /&gt;in task list view we are still getting a warning and heap usage view is not being generated.&lt;BR /&gt;&amp;nbsp;i have already defined the variable in FreeRTOSconfig.h file&amp;nbsp;&lt;STRONG&gt;static const uint8_t freeRTOSMemoryScheme = 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help us to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 12:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1360089#M46861</guid>
      <dc:creator>pratap1</dc:creator>
      <dc:date>2021-10-22T12:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788 Heap and Stack Usage Report Generation Issue In FreeRTOS Based Code .</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1360237#M46865</link>
      <description>&lt;P&gt;Try doing the following changes on the FreeRTOSConfig.h instead:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; configFRTOS_MEMORY_SCHEME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; configRECORD_STACK_HIGH_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 18:26:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-Heap-and-Stack-Usage-Report-Generation-Issue-In-FreeRTOS/m-p/1360237#M46865</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2021-10-22T18:26:28Z</dc:date>
    </item>
  </channel>
</rss>

