<?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>Classic/Legacy CodeWarrior中的主题 56F8xx Linker Command File</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8xx-Linker-Command-File/m-p/204283#M5633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to modify the .cmd file in CW 8.2 for the 56F8367 to add a custom section for storing data in the program flash.&amp;nbsp; The code is working, but the modifications are lost when the project is rebuilt and the .cmd file is regenerated.&amp;nbsp; Is there a way to have PE add the required lines so that they do not have to be entered after each build?&amp;nbsp; The .p_Version location is included in the .cmd file by PE since it is defined as a memory area in the CPU bean. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .VersionCode :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Fixed Location of version number&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * (.version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;gt; .p_Version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Aug 2009 02:52:45 GMT</pubDate>
    <dc:creator>FredF</dc:creator>
    <dc:date>2009-08-01T02:52:45Z</dc:date>
    <item>
      <title>56F8xx Linker Command File</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8xx-Linker-Command-File/m-p/204283#M5633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to modify the .cmd file in CW 8.2 for the 56F8367 to add a custom section for storing data in the program flash.&amp;nbsp; The code is working, but the modifications are lost when the project is rebuilt and the .cmd file is regenerated.&amp;nbsp; Is there a way to have PE add the required lines so that they do not have to be entered after each build?&amp;nbsp; The .p_Version location is included in the .cmd file by PE since it is defined as a memory area in the CPU bean. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .VersionCode :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Fixed Location of version number&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * (.version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &amp;gt; .p_Version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 02:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8xx-Linker-Command-File/m-p/204283#M5633</guid>
      <dc:creator>FredF</dc:creator>
      <dc:date>2009-08-01T02:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: 56F8xx Linker Command File</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8xx-Linker-Command-File/m-p/204284#M5634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With PE you can add new memeory segment but in your case I think the better way will be to handle it manually.&lt;/P&gt;&lt;P&gt;In Processor Expert you can define if you want to build or not the cmd file.&lt;/P&gt;&lt;P&gt;We recommend you to disable this option.&lt;/P&gt;&lt;P&gt;By this way the cmd file will not be updated&amp;nbsp;during the&amp;nbsp;PE rebuild.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option is in bean Inspector under Build Options.&lt;/P&gt;&lt;P&gt;In Generate Linker file, select no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 18:58:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8xx-Linker-Command-File/m-p/204284#M5634</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2009-08-04T18:58:21Z</dc:date>
    </item>
  </channel>
</rss>

