<?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: Stack overflow issue on LPC54606  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068014#M41216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;You define stack and heap in SRAM_UPPER. from the error message the SRAM_UPPER is not big enough to load them.&lt;/P&gt;&lt;P&gt;you need decrease stack or heap size, or load them in other bigger size SRAM region.&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2020 04:47:02 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-05-13T04:47:02Z</dc:date>
    <item>
      <title>Stack overflow issue on LPC54606</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068011#M41213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;在MCUXpresso IDE环境下：在mcu 为LPC54606的开发板上面增加USB1的 host_msd_command_bm sample验证usb1口的u-disk时（USB1有接出来usb A口），出现stack overflow如下：&lt;/P&gt;&lt;P&gt;&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/106472i07F3605E6C30AFF7/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;我有尝试着在Managed Linker Script选项中将stack的Default size（4KB）改为0xA000（40KB），但是在build project时又会报错sram_upper overflow,如下截图：&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/106526i2BAB7EE4B8B9CE6D/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;&lt;/P&gt;&lt;P&gt;注：开发板没有外接SDRAM，只有内部128KB的SRAM可用。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 15:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068011#M41213</guid>
      <dc:creator>mxl2007</dc:creator>
      <dc:date>2020-05-09T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stack overflow issue on LPC54606</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068012#M41214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;To check your problem, we need reproduce first. please send us your demo project thus we can shoot the trouble directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 05:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068012#M41214</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-05-12T05:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stack overflow issue on LPC54606</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068013#M41215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie，&lt;/P&gt;&lt;P&gt;Thank for your support. There is only one motherboard under development. So it may be later to send the motherboard to you.&amp;nbsp;If possible, Can you give me some ideas or methods to solve this problem？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 16:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068013#M41215</guid>
      <dc:creator>mxl2007</dc:creator>
      <dc:date>2020-05-12T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stack overflow issue on LPC54606</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068014#M41216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shawn,&lt;/P&gt;&lt;P&gt;You define stack and heap in SRAM_UPPER. from the error message the SRAM_UPPER is not big enough to load them.&lt;/P&gt;&lt;P&gt;you need decrease stack or heap size, or load them in other bigger size SRAM region.&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 04:47:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Stack-overflow-issue-on-LPC54606/m-p/1068014#M41216</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-05-13T04:47:02Z</dc:date>
    </item>
  </channel>
</rss>

