Dear,
Does somebody has the equivalent code for the 8 bit version of:
extern uint16_t DL_CRC_calculateBlock16(CRC_Regs *crc, uint16_t seed, uint16_t *ptr, uint16_t size);
For sake of speed of the algorithm, I try to avoid making it myself.
Thank you!
John