• 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...
  • 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...
  • 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...
  • 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...