• Problem with CRC-ROM test
    Hello! I want to check the ROM with CRC test. I saved the constant checksum at a specified address. I jump over this address because this would change my checksum. My problem is, that every time I...
  • Problem with CRC-ROM test
    Hello! I want to check the ROM with CRC test. I saved the constant checksum at a specified address. I jump over this address because this would change my checksum. My problem is, that every time I...
  • 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...
  • 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...
  • 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? /*********************...