<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CRC-16</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/23849/crc-16</link><description> 
Hi.......I a trying to implement CRC-16 code for error detection
in C.Do anyone have the code for it... 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/124853?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2008 04:41:11 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:660ead3d-4ad5-4d0f-b70a-8916f67164eb</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
It&amp;#39;s a great way of &amp;quot;saving time&amp;quot;.&lt;/p&gt;

&lt;p&gt;
A couple of minutes to maybe an hour with Google or waiting days
or weeks on forums for other people to jump in...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/114157?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2008 04:37:46 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c837f59a-824f-4efa-bd9a-66405ca68135</guid><dc:creator>Catcus Blip</dc:creator><description>&lt;p&gt;&lt;p&gt;
no he did not...after all, &lt;i&gt;I want the table driven code thats
runs faster...&lt;/i&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/100960?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2008 04:29:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:052230e4-9025-414e-90e3-926016349bb0</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/76563?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2008 04:01:46 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e4ccca09-f387-4367-b680-23319c85ec6a</guid><dc:creator>aamir khan</dc:creator><description>&lt;p&gt;&lt;p&gt;
The polynomial is x^16+x^12+x^5+1. Iwant the table driven code
thats runs faster...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/100962?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2008 13:25:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:bc0ba1d8-446d-410a-9978-f1910b63904d</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;a href="http://www.repairfaq.org/filipg/LINK/F_crc_v31.html"&gt;www.repairfaq.org/.../F_crc_v31.html&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/89220?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2008 03:44:30 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:214addba-d7ad-4e63-b5e9-3b8f9191a38a</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Google knows many implementations. Did you look?&lt;/p&gt;

&lt;p&gt;
Large and fast tabulated code, or small but slower code with
on-the-fly bit-shifting?&lt;/p&gt;

&lt;p&gt;
And as already noted, you need to decide what polynomial. Note
that there exists code that starts with the least significant bit
first, and code that starts with the most significant bit.&lt;/p&gt;

&lt;p&gt;
And you need to decide if the code should start with 0000 or
0xffff and if it should perform an inversion at the end.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CRC-16</title><link>https://community.arm.com/thread/52201?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2008 02:24:32 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a8acf0a7-ac0b-4d1d-aebd-9f45df924d8f</guid><dc:creator>slavek polandar</dc:creator><description>&lt;p&gt;&lt;p&gt;
Yes..........I do.....&lt;br /&gt;
What poleynomial do you wanting????????&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>