View previous topic :: View next topic |
Author |
Message |
mahenth
Joined: 22 Jan 2006 Posts: 1
|
crc |
Posted: Tue Feb 07, 2006 8:34 am |
|
|
i'm having trouble while programing crc error checking in pic 18f452 can anyone help |
|
|
jds-pic
Joined: 17 Sep 2003 Posts: 205
|
Re: crc |
Posted: Thu Feb 09, 2006 10:48 am |
|
|
mahenth wrote: | i'm having trouble while programing crc error checking in pic 18f452 can anyone help |
no one can help you if you don't post your code (use the code button), if you don't tell us what crc algorithm you are trying to implement, if you don't post your expected results, if you don't post what results you are getting, and if you don't post the input data to your crc algorithm.
honestly, did you REALLY expect that people here could mind read your problem through some sort of advanced internet telepathy, and magically deduce that your code is missing a right shift operation on the second polynomial term in the 16 bit CCITT CRC algorithm?
jds-pic |
|
|
RVaughn13
Joined: 09 Feb 2006 Posts: 13 Location: Santa Fe, Texas
|
CRC Question |
Posted: Thu Feb 09, 2006 4:30 pm |
|
|
Hi,
I have a short code example in C for generating CRC's. Use the following link to download (in pdf format). The file name is "ES001" at the following link: http://www.eagle-systems.net/download.htm
Hope this helps! _________________ --Rick |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
|
|