• CRC problem
    I have used this C code posted by others in the forum. But i found that i can only do CRC for 7 bytes. Is it the problem of only 16 elements in the feedback array? or why? /*********************...
  • 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...
  • CRC-7 code
    Hi, Could anyone provide me with C or ASM code that calculates CRC-7(The poly is x^7+x^6+x^4+1). Regards