<?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: Reference CodeWarrior 7.0 for ColdFire.  There are tons o... in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203951#M9547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There may be something missing in the documentation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 16:30:45 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2008-03-19T16:30:45Z</dc:date>
    <item>
      <title>Reference CodeWarrior 7.0 for ColdFire.  There are tons o...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203948#M9544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Reference CodeWarrior 7.0 for ColdFire.&amp;nbsp; There are tons of preprocessor macros that are defined by the compiler, eg __COLDFIRE__, __MCF52235__, __MCF5223x__.&amp;nbsp; Are they documented anywhere?&amp;nbsp; I would like to use some of them in my code to allow a single source to work over a range of targets.&amp;nbsp; A simple example of where I would use these is in determining the right code snippet to select the pins to be used for TXD1, RXD1 and RTS1&amp;nbsp;where the same source is used on an MCF52236 and an MCF5208.&amp;nbsp; Which preprocessor macros are defined based on the ColdFire Processor settings tab and which ones come from the ColdFire Assembler settings tab?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 20:42:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203948#M9544</guid>
      <dc:creator>kecart</dc:creator>
      <dc:date>2008-03-18T20:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reference CodeWarrior 7.0 for ColdFire.  There are tons o...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203949#M9545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are two things here.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; 1- The list of compiler predefined macro can be found in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {Install}\Help\ColdFire_Build_Tools_Reference.chm&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Look into sections "Predefined Macros"&amp;nbsp; and "Coldfire Predefined Symbols" in there.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; 2- There might be some macro defined in the project itself when you create your project&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using the wizard.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check the "C/C++ Preprocessor" panel in your target settings for more information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 22:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203949#M9545</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-03-18T22:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reference CodeWarrior 7.0 for ColdFire.  There are tons o...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203950#M9546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I've checked those references already.&amp;nbsp; You will not find __MCF5223x__ in any of the help files.&amp;nbsp; By trial and error I've found that __MCF5223x__ gets defined as a 1 while __MCF52235__ gets defined as 0x00002235.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 23:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203950#M9546</guid>
      <dc:creator>kecart</dc:creator>
      <dc:date>2008-03-18T23:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reference CodeWarrior 7.0 for ColdFire.  There are tons o...</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203951#M9547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There may be something missing in the documentation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 16:30:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Reference-CodeWarrior-7-0-for-ColdFire-There-are-tons-o/m-p/203951#M9547</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-03-19T16:30:45Z</dc:date>
    </item>
  </channel>
</rss>

