This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I need a CRC-8 bit XFP complient CRC piece of code

I need a XFP complient CRC code module. Or I need to validate the one that I got. So any help (pointers to code, pointers to XFP CRC spec, notes on how to validate) would help.
Sean

Parents
  • Mostly (!)

    My table for this poly differs from yours. My table[47] is 0xCD, whereas yours is 0xCB. 0xCB is also in your table[247] where I believe it belongs, but the duplication I think demonstrates that the 0xCB in table[47] is not correct. The feedback table should have unique values throughout, should it not?

Reply
  • Mostly (!)

    My table for this poly differs from yours. My table[47] is 0xCD, whereas yours is 0xCB. 0xCB is also in your table[247] where I believe it belongs, but the duplication I think demonstrates that the 0xCB in table[47] is not correct. The feedback table should have unique values throughout, should it not?

Children