<?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: How to view the heap and stack informations use s32ds in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704294#M1766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;emmm...&lt;/P&gt;&lt;P&gt;I have checked the project settings.The optimiztions level is None(-O0),and the debug level is Max (-g3).&lt;/P&gt;&lt;P&gt;Maybe it doesn't support this chip(MPC5748G) or s32ds software..&amp;nbsp; :smileysad:&lt;/P&gt;&lt;P&gt;BTW,i used heap_2.c to implement heap allocation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29218i5161AD4F72BA8F2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29268i6A69D1B391844A98/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Sep 2017 01:49:17 GMT</pubDate>
    <dc:creator>yukunwu</dc:creator>
    <dc:date>2017-09-16T01:49:17Z</dc:date>
    <item>
      <title>How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704290#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I build a FreeRTOS project based on MPC5748G,now i want to check the heap usage and stack usage,but i don't know how to view them.Is there any tools to show these information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 04:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704290#M1762</guid>
      <dc:creator>yukunwu</dc:creator>
      <dc:date>2017-09-15T04:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704291#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use the FreeRTOS views:&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/29120iD9BA47AED795DB01/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;They work for any GDB based debug connection (see as well &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/" title="https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/"&gt;Better FreeRTOS Debugging in Eclipse&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Other than that, you show that information from your application too (e.g. on a terminal/console), see 'FreeRTOS Task List' section in &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/11/22/mcuoneclipse-components-22-nov-2015-release/" title="https://mcuoneclipse.com/2015/11/22/mcuoneclipse-components-22-nov-2015-release/"&gt;McuOnEclipse Components: 22-Nov-2015 Release&lt;/A&gt; ).&amp;nbsp; You can find that code on GitHub: &lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuRTOS.c" title="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuRTOS.c"&gt;McuOnEclipseLibrary/McuRTOS.c at master · ErichStyger/McuOnEclipseLibrary · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 05:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704291#M1763</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-09-15T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704292#M1764</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp; have already install the Task-aware Debugger. I could see this Task list ,but when i open the heap usage tag,the software show an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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/29370i93E9A52607B3410A/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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how to solve this problem?Should I make a configuration for this plugin?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 07:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704292#M1764</guid>
      <dc:creator>yukunwu</dc:creator>
      <dc:date>2017-09-15T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704293#M1765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As noted in that error message, it could be because of optimizations. Have you turned off optimizations to see if it helps? The plugin tries to use variables from the FreeRTOS heap implementation to find out what heap scheme is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 09:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704293#M1765</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-09-15T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704294#M1766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;emmm...&lt;/P&gt;&lt;P&gt;I have checked the project settings.The optimiztions level is None(-O0),and the debug level is Max (-g3).&lt;/P&gt;&lt;P&gt;Maybe it doesn't support this chip(MPC5748G) or s32ds software..&amp;nbsp; :smileysad:&lt;/P&gt;&lt;P&gt;BTW,i used heap_2.c to implement heap allocation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29218i5161AD4F72BA8F2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29268i6A69D1B391844A98/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 01:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704294#M1766</guid>
      <dc:creator>yukunwu</dc:creator>
      <dc:date>2017-09-16T01:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to view the heap and stack informations use s32ds</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704295#M1767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also working on MPC5748G. I use S32 design studio 2017.r1.and would like to view stack and heap. I tried the steps mentioned by you. But I do not see any Freertos views. i am using S32 on linux machine(ubuntu). Is there any additional step needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 23:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-view-the-heap-and-stack-informations-use-s32ds/m-p/704295#M1767</guid>
      <dc:creator>indusivaraman</dc:creator>
      <dc:date>2018-01-29T23:44:11Z</dc:date>
    </item>
  </channel>
</rss>

