<?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>LPC Microcontrollers中的主题 Re: Move stack to RamAHB32</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609319#M23772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In LPCXpresso IDE - the simplest way to to do this&amp;nbsp;would be to add the linker option:&lt;BR /&gt; &lt;BR /&gt;--defsym=__user_stack_top=__top_RAM2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to MCU Linker - Miscellaneous - Other Options box in Project Properties. You can move the heap in the same way if required, as described in &lt;A href="https://community.nxp.com/thread/389026"&gt;https://community.nxp.com/thread/389026&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively,&amp;nbsp;you can do this by making a minor modification to a Freemarker Linker Script :&amp;nbsp;&lt;A href="https://community.nxp.com/thread/389006"&gt;Freemarker Linker Script Templates&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in MCUXpresso IDE, you can do this more directly via a new entry in the Managed Linker script page of the Linker Settings. Please see the MCUXpresso IDE User Guide for more details (downloadable from the Documentation tab of &lt;A href="http://www.nxp.com/mcuxpresso/ide"&gt;http://www.nxp.com/mcuxpresso/ide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 07:33:30 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2017-04-04T07:33:30Z</dc:date>
    <item>
      <title>Move stack to RamAHB32</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609317#M23770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem, my local variables change value without any reason. So i think my stack and heap are overlapping each other. Is it possible to move my stack to my second ram location (RamAHB32)? On the internet i only found a way to move the stack and the heap to the second location.&amp;nbsp;&lt;A class="link-titled" href="http://support.code-red-tech.com/CodeRedWiki/EnhancedManagedLinkScripts" title="http://support.code-red-tech.com/CodeRedWiki/EnhancedManagedLinkScripts"&gt;EnhancedManagedLinkScripts - ** Code Red Support Site **&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I'm using the lpc1766 processor.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609317#M23770</guid>
      <dc:creator>markvanderheijd</dc:creator>
      <dc:date>2017-03-22T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Move stack to RamAHB32</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609318#M23771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look to the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/630736"&gt;https://community.nxp.com/message/630736&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 23:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609318#M23771</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-03-29T23:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Move stack to RamAHB32</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609319#M23772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In LPCXpresso IDE - the simplest way to to do this&amp;nbsp;would be to add the linker option:&lt;BR /&gt; &lt;BR /&gt;--defsym=__user_stack_top=__top_RAM2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to MCU Linker - Miscellaneous - Other Options box in Project Properties. You can move the heap in the same way if required, as described in &lt;A href="https://community.nxp.com/thread/389026"&gt;https://community.nxp.com/thread/389026&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively,&amp;nbsp;you can do this by making a minor modification to a Freemarker Linker Script :&amp;nbsp;&lt;A href="https://community.nxp.com/thread/389006"&gt;Freemarker Linker Script Templates&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in MCUXpresso IDE, you can do this more directly via a new entry in the Managed Linker script page of the Linker Settings. Please see the MCUXpresso IDE User Guide for more details (downloadable from the Documentation tab of &lt;A href="http://www.nxp.com/mcuxpresso/ide"&gt;http://www.nxp.com/mcuxpresso/ide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Move-stack-to-RamAHB32/m-p/609319#M23772</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-04-04T07:33:30Z</dc:date>
    </item>
  </channel>
</rss>

