<?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 SE and CRC registers in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-SE-and-CRC-registers/m-p/202765#M16710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THere seems to be something wrong with your project?&lt;/P&gt;&lt;P&gt;Did you check the preprocessing listing for your source file (Click right on file name and select preprocess).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check how the instructions&lt;/P&gt;&lt;P&gt;CRCH = 0xFF; // CRC seeded 0xFFFF&lt;BR /&gt;CRCL = 0xFF; // CRC seeded 0xFFFF&lt;/P&gt;&lt;P&gt;are expanded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this does not give you a clue, 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;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Aug 2009 15:34:11 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2009-08-08T15:34:11Z</dc:date>
    <item>
      <title>CW SE and CRC registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-SE-and-CRC-registers/m-p/202764#M16709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the CRC function on&amp;nbsp;my MC9S08AC128 development board.&amp;nbsp; For reasons I can't fathom, CW (IDE 5.9.0, build 2830) will not compile the following lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CRCH = 0xFF; // CRC seeded 0xFFFF&lt;BR /&gt;CRCL = 0xFF; // CRC seeded 0xFFFF&lt;/P&gt;&lt;P&gt;I get the following error messages:&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;&amp;nbsp; : C1815: CRCH not declared (or typename)&lt;/P&gt;&lt;P&gt;LNISPI.c line 73&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;&amp;nbsp; : C1815: CRCL not declared (or typename)&lt;/P&gt;&lt;P&gt;LNISPI.c line 74&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My standard MC9S08AC128.h file includes the following lines:&lt;/P&gt;&lt;P&gt;#define CRCL&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _CRCL.Byte&lt;/P&gt;&lt;P&gt;#define CRCH&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _CRCH.Byte&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something in the CW Special Edition which prohibits accessing these registers?&amp;nbsp; Other #defines in the device header file compile okay.&amp;nbsp; It's only the CRC registers which don't (at least that's all I've found so far).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any ideas you may have,&lt;/P&gt;&lt;P&gt;doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 20:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-SE-and-CRC-registers/m-p/202764#M16709</guid>
      <dc:creator>dpaul</dc:creator>
      <dc:date>2009-07-28T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: CW SE and CRC registers</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-SE-and-CRC-registers/m-p/202765#M16710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THere seems to be something wrong with your project?&lt;/P&gt;&lt;P&gt;Did you check the preprocessing listing for your source file (Click right on file name and select preprocess).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check how the instructions&lt;/P&gt;&lt;P&gt;CRCH = 0xFF; // CRC seeded 0xFFFF&lt;BR /&gt;CRCL = 0xFF; // CRC seeded 0xFFFF&lt;/P&gt;&lt;P&gt;are expanded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this does not give you a clue, 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;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 15:34:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-SE-and-CRC-registers/m-p/202765#M16710</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-08-08T15:34:11Z</dc:date>
    </item>
  </channel>
</rss>

