<?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: CW 10.4 editor &amp; include browser display problem for PXS30_Tower project. Operator error? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231210#M9121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; It would be interesting to see if you get (as I suspect) the same behavior with the vanilla software packaged with cw10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be glad to upload my (slightly modified) demo, but can't find upload packaging instructions.&amp;nbsp; I know I've seen them, but can't find then this morning.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 13:45:23 GMT</pubDate>
    <dc:creator>paul_murray</dc:creator>
    <dc:date>2013-06-21T13:45:23Z</dc:date>
    <item>
      <title>CW 10.4 editor &amp; include browser display problem for PXS30_Tower project. Operator error?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231208#M9119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is anyone else seeing this issue?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The PXS30_Tower project defines two Project Configuration options:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PXS3020_INTERNAL_RAM and PXS3020_INTERNAL_FLASH. The Prefix subdirectory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; has an include file for each.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PXS3020_INT_FLASH_VLE_DPM.prefix contains '#define ROM_VERSION 1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PXS3020_INT_RAM_VLE_DPM.prefix has no define for ROM_VERSION.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I select PXS3020_INTERNAL_RAM as my Project Configuration and open&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRC1_Sources/_start_p1.c and look at line 110, I see a conditional&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; block grayed-out as expected, because ROM_VERSION is not defined by&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PXS3020_INT_RAM_VLE_DPM.prefix. So good so far.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, if I select PXS3020_INTERNAL_FLASH and look at line 110 of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _start_p1.c, the preprocessor block remains grayed-out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I open an 'Include Browser' window and drop _start_p1.c into it,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the first file listed is PXS3020_INT_RAM_VLE_DPM.prefix. This is true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for either Project_Configuration.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NB: This is simply a viewing problem; the builds include the correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prefix files and generate the correct code. There is probably a simple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fix?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231208#M9119</guid>
      <dc:creator>paul_murray</dc:creator>
      <dc:date>2013-06-20T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: CW 10.4 editor &amp; include browser display problem for PXS30_Tower project. Operator error?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231209#M9120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like a CW IDE problem. can you please upload the demo project here, so that we can reproduce and confirm it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 05:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231209#M9120</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-06-21T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: CW 10.4 editor &amp; include browser display problem for PXS30_Tower project. Operator error?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231210#M9121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; It would be interesting to see if you get (as I suspect) the same behavior with the vanilla software packaged with cw10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be glad to upload my (slightly modified) demo, but can't find upload packaging instructions.&amp;nbsp; I know I've seen them, but can't find then this morning.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-10-4-editor-include-browser-display-problem-for-PXS30-Tower/m-p/231210#M9121</guid>
      <dc:creator>paul_murray</dc:creator>
      <dc:date>2013-06-21T13:45:23Z</dc:date>
    </item>
  </channel>
</rss>

