<?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: '.text' will not fit in region `m_text !!!! Need Help! in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258413#M7785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I suggest to have a look at the linker file (Project_Settings\Linker_Files\ProcessorExpert.ld) and check the size for the .txt area.&lt;/P&gt;&lt;P&gt;Maybe it is smaller as it should?&lt;/P&gt;&lt;P&gt;Check in the console (or project settings) if this linker file is indeed used.&lt;/P&gt;&lt;P&gt;You might try to artificially (for testing) increase the .text size to find out in the map file what is taking more space than necessary.&lt;/P&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>Tue, 25 Feb 2014 14:13:33 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2014-02-25T14:13:33Z</dc:date>
    <item>
      <title>'.text' will not fit in region `m_text !!!! Need Help!</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258412#M7784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Freescale Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Code Warrior 10.5 with Processor Expert.&lt;/P&gt;&lt;P&gt;I created a programm for the FRDM KL02Z with the integrated MKL02Z32VFM4 MCU with 5 Input signals, 1 ADC and 1 TUI.&lt;/P&gt;&lt;P&gt;Everything works fine with this processor expert application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I wanted to have the same program for a MKL02Z8VFG4 MCU again using processor expert. Made all the settings and wrote the adjusted code.&lt;/P&gt;&lt;P&gt;When building the code I always get the Error notice: &lt;STRONG&gt;.../programme/freescale - code warrior/cw mcu v10.5/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: Kinetis_CABV1.1.0.elf section `.text' will not fit in region `m_text'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I thought my programm is too large. Then I set up a new project with the same configurations but this time &lt;STRONG&gt;without&lt;/STRONG&gt; the code and I get the same Error notice !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just what is going on? What could I have done wrong? Really need to get this working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Edward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258412#M7784</guid>
      <dc:creator>edwardkäding</dc:creator>
      <dc:date>2014-02-25T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: '.text' will not fit in region `m_text !!!! Need Help!</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258413#M7785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I suggest to have a look at the linker file (Project_Settings\Linker_Files\ProcessorExpert.ld) and check the size for the .txt area.&lt;/P&gt;&lt;P&gt;Maybe it is smaller as it should?&lt;/P&gt;&lt;P&gt;Check in the console (or project settings) if this linker file is indeed used.&lt;/P&gt;&lt;P&gt;You might try to artificially (for testing) increase the .text size to find out in the map file what is taking more space than necessary.&lt;/P&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>Tue, 25 Feb 2014 14:13:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258413#M7785</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-02-25T14:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: '.text' will not fit in region `m_text !!!! Need Help!</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258414#M7786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You where right to analyse the ..\ProcessorExpert.Id file and check the available size of the MCU.&lt;/P&gt;&lt;P&gt;Sadly, the Processor Expert tool produces so much code that my Flash of the MKL02Z8VFG4 MCU was immediately full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to start all over again without Processor Expert. Maybe Processor Expert should be adjusted to this kind of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Edward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 06:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258414#M7786</guid>
      <dc:creator>edwardkäding</dc:creator>
      <dc:date>2014-02-26T06:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: '.text' will not fit in region `m_text !!!! Need Help!</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258415#M7787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found all your great posts due to this issue of reducung code size.&lt;/P&gt;&lt;P&gt;You do an excellent job making tutorials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you from all the noobs like me.&lt;/P&gt;&lt;P&gt;Edward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/text-will-not-fit-in-region-m-text-Need-Help/m-p/258415#M7787</guid>
      <dc:creator>edwardkäding</dc:creator>
      <dc:date>2014-02-26T07:58:54Z</dc:date>
    </item>
  </channel>
</rss>

