<?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>Kinetis Design StudioのトピックRe: Howto change stack size in KDS K22F mbed project</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506970#M6517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaun,&lt;/P&gt;&lt;P&gt;the stack size is set in the linker (.ld) file, look for something like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;__stack_size = 0x0200;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;/* required amount of stack */&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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>Mon, 15 Feb 2016 07:09:13 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-02-15T07:09:13Z</dc:date>
    <item>
      <title>Howto change stack size in KDS K22F mbed project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506969#M6516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The linker options under Eclipse don't have a stack size setting, neither does the ld command line.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which file do I have to change?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:41:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506969#M6516</guid>
      <dc:creator>shaunastarabadi</dc:creator>
      <dc:date>2016-02-12T19:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Howto change stack size in KDS K22F mbed project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506970#M6517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaun,&lt;/P&gt;&lt;P&gt;the stack size is set in the linker (.ld) file, look for something like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;__stack_size = 0x0200;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;/* required amount of stack */&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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>Mon, 15 Feb 2016 07:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506970#M6517</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-02-15T07:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Howto change stack size in KDS K22F mbed project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506971#M6518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no .ld linker file in the mbed project environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I would like to pass the stack size parameter to the linker from the configuration in the "other linker flags" field below, using the -Xlinker switch. However, the map file does not specify a particular stack_size variable that I can override. I can see my setting appearing in the map file, but I don't think it is used, because the .stack segment does not change. Also the linker does not recognize a switch like -mstack-size=0x1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using arm-none-eabi-g++ tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Other Linker Flags" class="jive-image" src="http://mcuoneclipse.files.wordpress.com/2014/06/other-linker-flags.png?w=584&amp;amp;h=415" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 18:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506971#M6518</guid>
      <dc:creator>shaunastarabadi</dc:creator>
      <dc:date>2016-02-16T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Howto change stack size in KDS K22F mbed project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506972#M6519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone has any clues??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do Freescale people respond in these forums?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 18:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Howto-change-stack-size-in-KDS-K22F-mbed-project/m-p/506972#M6519</guid>
      <dc:creator>shaunastarabadi</dc:creator>
      <dc:date>2016-02-23T18:28:26Z</dc:date>
    </item>
  </channel>
</rss>

