<?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>Digital Signal ControllersのトピックRe: Where do the CRC18 and CRC12 polynomials come from?</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529845#M786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have since found the CRC-12 polynomial mentioned several times in one of the GSM specifications, &lt;A href="https://www.etsi.org/deliver/etsi_ts/100900_100999/100909/08.09.00_60/ts_100909v080900p.pdf"&gt;ETSI TS 100 909&lt;/A&gt;, starting in section 5.1.5.1.4, p.72.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source of the CRC-18 polynomial is still required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Apr 2017 15:50:29 GMT</pubDate>
    <dc:creator>regregex</dc:creator>
    <dc:date>2017-04-09T15:50:29Z</dc:date>
    <item>
      <title>Where do the CRC18 and CRC12 polynomials come from?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529844#M785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the Freescale processors contain hardwired CRC algorithms. [1]&amp;nbsp; I am looking for the source of two of these; please can you refer me to a document specifying the algorithms that use them?&amp;nbsp; Namely:--&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CRC18 = x^18 + x^17 + x^14 + x^13 + x^11 + x^10 + x^8 + x^7 + x^6 + x^3 + x^2 + 1 {0x26dcd, 0x2ced9}&lt;/P&gt;&lt;P&gt;CRC12 = x^12 + x^11 + x^10 + x^8 + x^5 + x^4 + 1 {0xd31, 0x8cb}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it helps, you could search your code for the given hex constants, which may have a reference nearby.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] p.25-234 (1718) &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2Fdsp%2Fdoc%2Fref_manual%2FMSC8158RM.pdf" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/dsp/doc/ref_manual/MSC8158RM.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529844#M785</guid>
      <dc:creator>regregex</dc:creator>
      <dc:date>2016-07-22T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Where do the CRC18 and CRC12 polynomials come from?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529845#M786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have since found the CRC-12 polynomial mentioned several times in one of the GSM specifications, &lt;A href="https://www.etsi.org/deliver/etsi_ts/100900_100999/100909/08.09.00_60/ts_100909v080900p.pdf"&gt;ETSI TS 100 909&lt;/A&gt;, starting in section 5.1.5.1.4, p.72.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source of the CRC-18 polynomial is still required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 15:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529845#M786</guid>
      <dc:creator>regregex</dc:creator>
      <dc:date>2017-04-09T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where do the CRC18 and CRC12 polynomials come from?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529846#M787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, greg,&lt;/P&gt;&lt;P&gt;I am sorry, this is a starCore question, I am not familiar with starcore, I ask the other engineer, but he has little knowledge about CRC.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 07:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Where-do-the-CRC18-and-CRC12-polynomials-come-from/m-p/529846#M787</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-04-26T07:28:04Z</dc:date>
    </item>
  </channel>
</rss>

