• CRC-32 or CRC-16 code
    Dear friends, I'm trying to develop a CRC-32 routine for my V-Star Quisar 320 using the Keil C51 compiler suite. I have found (in the Internet) a sample C code implementing CRC-32 algorithm. Testing...
  • Compute CRC of code with armlink
    I'm starting to write a bootloader for my Cortex-M4 processor. At start I need to check integrity of application in flash, for this I need the compute the CRC of the content of the flash and compare...
  • Dallas CRC polynomial
    Hi, I am working with dallas ds5250 and I would like to use the crc engine for communications checksum. Does anyone knows the CRC16 polynomial used by Dallas? I think it is the same on Ds5002/5240...
  • Problems with CRC table
    I have a C8051F340 cygnal processor and a section of code that does a CRC calculation. The calculation uses a 256 variable 16 bit integer thats initialized at compile time. Like this: static const uint16_t...
  • Efficiet CRC code???
    kindly tell me any efficient code for generating CRC for 40 bytes data I am using the modulo 2 division method. with thanks, karthik.