<?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: What is  &amp;quot; `.text' will not fit in region `m_text' &amp;quot; error about ? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659062#M8687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Burak,&lt;/P&gt;&lt;P&gt;Yes, your code overflowed, you need increase the region of m_text .&lt;/P&gt;&lt;P&gt;You need check the Reference manual check the flash size of your chip .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2017 06:32:37 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2017-04-10T06:32:37Z</dc:date>
    <item>
      <title>What is  " `.text' will not fit in region `m_text' " error about ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659059#M8684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: base.elf section `.text' will not fit in region `m_text'&lt;BR /&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: region `m_text' overflowed by 5732 bytes&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [base.elf] Error 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 11:29:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659059#M8684</guid>
      <dc:creator>burakduzgun</dc:creator>
      <dc:date>2017-04-07T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is  " `.text' will not fit in region `m_text' " error about ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659060#M8685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program is 5K larger than allocated by the linker script for the Flash area.&lt;/P&gt;&lt;P&gt;Trying to put a 21K sized program into a 16K part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 12:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659060#M8685</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2017-04-07T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is  " `.text' will not fit in region `m_text' " error about ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659061#M8686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I can &amp;nbsp;handle this error by increasing &amp;nbsp;m_text length at linker file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At linker file.&lt;/P&gt;&lt;P&gt;m_text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(RX) &amp;nbsp;: ORIGIN = 0x00000410, LENGTH = 0x000FFBF0 &amp;nbsp; &amp;nbsp;--&amp;gt; Original line&lt;/P&gt;&lt;P&gt;m_text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(RX) &amp;nbsp;: ORIGIN = 0x00000410, LENGTH = 0x00101254&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;--&amp;gt; Manipulated line ( increased by 5732 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this about your suggestion?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 12:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659061#M8686</guid>
      <dc:creator>burakduzgun</dc:creator>
      <dc:date>2017-04-07T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is  " `.text' will not fit in region `m_text' " error about ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659062#M8687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Burak,&lt;/P&gt;&lt;P&gt;Yes, your code overflowed, you need increase the region of m_text .&lt;/P&gt;&lt;P&gt;You need check the Reference manual check the flash size of your chip .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 06:32:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-quot-text-will-not-fit-in-region-m-text-quot-error-about/m-p/659062#M8687</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-04-10T06:32:37Z</dc:date>
    </item>
  </channel>
</rss>

