<?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>CodeWarrior Development ToolsのトピックRe: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572081#M8915</link>
    <description>For additional info, I am using FreeRTOS. By default the configTOTAL_HEAP_SIZE was set to 8192. When I set it to 1024, the program compiles fine. I wonder if there is a setting I need to do to enable using the larger heap size?</description>
    <pubDate>Mon, 19 Dec 2022 20:18:19 GMT</pubDate>
    <dc:creator>rachel3</dc:creator>
    <dc:date>2022-12-19T20:18:19Z</dc:date>
    <item>
      <title>S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1045374#M8245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How&amp;nbsp; to&amp;nbsp; solve this problem？&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;tack VMA [2000e800,2000efff] overlaps section .bss VMA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&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/108181i8E79D12364209E44/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 04:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1045374#M8245</guid>
      <dc:creator>609510318</dc:creator>
      <dc:date>2020-04-17T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1045375#M8246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you modify the linker and in some way the stack/bss section overlap, usually in the SDK examples, if you did not define the&amp;nbsp;customSection in the linker the bss will start in the 0x2000 0000 section.Can you let me know which S32K device are you using to check how much SRAM do you have available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1045375#M8246</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-22T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1294625#M8572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/167559"&gt;@Alexis_A&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I'm getting the same problem.&lt;BR /&gt;&lt;BR /&gt;Could you please help in this case ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 10:06:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1294625#M8572</guid>
      <dc:creator>hiren_virapara</dc:creator>
      <dc:date>2021-06-18T10:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572074#M8914</link>
      <description>&lt;P&gt;I am using the S32K144 EVB and am seeing this issue when I set a variable to static. How can I configure the linker to fix this:&lt;/P&gt;&lt;P&gt;section .stack VMA [20006c00,20006fff] overlaps section .heap VMA [200068ec,20006cef]&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 20:00:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572074#M8914</guid>
      <dc:creator>rachel3</dc:creator>
      <dc:date>2022-12-19T20:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572081#M8915</link>
      <description>For additional info, I am using FreeRTOS. By default the configTOTAL_HEAP_SIZE was set to 8192. When I set it to 1024, the program compiles fine. I wonder if there is a setting I need to do to enable using the larger heap size?</description>
      <pubDate>Mon, 19 Dec 2022 20:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572081#M8915</guid>
      <dc:creator>rachel3</dc:creator>
      <dc:date>2022-12-19T20:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Studio:stack VMA [2000e800,2000efff] overlaps section .bss VMA</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572651#M8916</link>
      <description>&lt;P&gt;Nevermind I figured out my issue. So I was using heap 1 for memory management, but using the static allocation for RTOS queues, task and timers. So there was memory allocated statically by me and some put aside for dynamic allocation by RTOS. Therefore, I was running out of memory. So I just switched to heap 4 strategy and turned off dynamic allocation. Hope this helps someone.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 16:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/S32-Studio-stack-VMA-2000e800-2000efff-overlaps-section-bss-VMA/m-p/1572651#M8916</guid>
      <dc:creator>rachel3</dc:creator>
      <dc:date>2022-12-20T16:46:08Z</dc:date>
    </item>
  </channel>
</rss>

