• Firmware Image CRC Calculation on LPC2478
    Hey Guys, I am using an LPC2478 Platform running on C. My project consists of nearly 25 files using which I create an HEX file and load it to the MCU using Flash Magic. The size of the HEX file is around...
  • Minimize execution time of CRC calculation
    Hello, I am using AT89C51RD2 as a target processor operates on 11.0592MHz crystal oscillator. In my application I get command through serial port.It supports two checksum alogorithms one is standard...
  • 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-16
    Hi.......I a trying to implement CRC-16 code for error detection in C.Do anyone have the code for it...
  • 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? /*********************...