<?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>Processor Expert SoftwareのトピックRe: PE CPU Component, Build Options, MemoryArea Qualifier</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382856#M2959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That question is more related to the linker rather than Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a user perspective changing the qualifier will not have any effect, unless you manually modify the linker script (ProcessorExpert.ld).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linker uses those attributes to allocate input sections which are not directed to a specific output section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileyinfo: In your CodeWarrior installation there is a file (&lt;STRONG&gt;&lt;EM&gt;ld.pdf&lt;/EM&gt;&lt;/STRONG&gt;) describing this. Check &lt;STRONG&gt;Chapter 3.7 MEMORY Command&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\CW MCU v10.6\Cross_Tools\arm-none-eabi-gcc-4_7_3\share\doc\gcc-arm-none-eabi\pdf\ld.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you not to change the qualifier and go with the defaults. All should be fine :smileyhappy:.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 22:34:03 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-11-06T22:34:03Z</dc:date>
    <item>
      <title>PE CPU Component, Build Options, MemoryArea Qualifier</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382852#M2955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using CW 10.6 with PE on Kinetis MKE02Z32VLH4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about the CPU Component on PE: in the tab "Build options", for every ROM/RAM Areas u have to set the "Qualifier" field.&lt;/P&gt;&lt;P&gt;Can someone explain me the various options? (R/RW/RX/RWX).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the "Help on component", but there isnt the help about the "Build Options" tab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382852#M2955</guid>
      <dc:creator>sys</dc:creator>
      <dc:date>2014-11-06T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: PE CPU Component, Build Options, MemoryArea Qualifier</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382853#M2956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R: Read&lt;/P&gt;&lt;P&gt;RW: Read/Write&lt;/P&gt;&lt;P&gt;RX: Read/Execute&lt;/P&gt;&lt;P&gt;RWX: Read/Write Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:18:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382853#M2956</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-11-06T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: PE CPU Component, Build Options, MemoryArea Qualifier</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382854#M2957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I would like to go more deeply...the tooltip says "...specify where this memory section will be allocated".&lt;/P&gt;&lt;P&gt;But anyway I select in the other fields Address and Size of the memory, so what this qualifier precisely does to the memory that I allocate with Address/Size fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take this opportunity to ask also this: is it possible to "split" the m_text default area (where the code is) in 2? For example one piece of m_text from 0x410 to 0x7000 and the other one from 0x7200 to 0x7BF0? numbers are for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again,&lt;/P&gt;&lt;P&gt;Sandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:34:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382854#M2957</guid>
      <dc:creator>sys</dc:creator>
      <dc:date>2014-11-06T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: PE CPU Component, Build Options, MemoryArea Qualifier</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382855#M2958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can split a memory area: add with the '+' a new segment, reduce the size of the previous one and set the size of the new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382855#M2958</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-11-06T16:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: PE CPU Component, Build Options, MemoryArea Qualifier</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382856#M2959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That question is more related to the linker rather than Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a user perspective changing the qualifier will not have any effect, unless you manually modify the linker script (ProcessorExpert.ld).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linker uses those attributes to allocate input sections which are not directed to a specific output section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileyinfo: In your CodeWarrior installation there is a file (&lt;STRONG&gt;&lt;EM&gt;ld.pdf&lt;/EM&gt;&lt;/STRONG&gt;) describing this. Check &lt;STRONG&gt;Chapter 3.7 MEMORY Command&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\CW MCU v10.6\Cross_Tools\arm-none-eabi-gcc-4_7_3\share\doc\gcc-arm-none-eabi\pdf\ld.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you not to change the qualifier and go with the defaults. All should be fine :smileyhappy:.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 22:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/PE-CPU-Component-Build-Options-MemoryArea-Qualifier/m-p/382856#M2959</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-11-06T22:34:03Z</dc:date>
    </item>
  </channel>
</rss>

