• UDP CRC check in keil?
    In UDP mode of keil network stack, when we use BSD API, is there any crc check in UDP packets send/receive? if yes, in STM32F4 series, use hardware crc block or software ?
  • 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...
  • 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
  • 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...