CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 1 match
CCS Forum Index
Author Message
  Topic: CRC16, very efficient
turbok

Replies: 18
Views: 238328

PostForum: Code Library   Posted: Wed Mar 03, 2010 4:30 am   Subject: Re: Fastest CRC-CCITT for PIC 12 & 16
Can anyone give an Excel formula to calculate the CRC given by this code?
The original poster quotes the algorithm used:

; int x;
;
; x = ((crc>>8) ^ data) & 0xff;
; x ^= x>> ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group