2020-09-14 07:53 PM
What is the polynomial in CRC16?Crc16-ccitt, CRC16-IBM or something else?I tried everything I could, but it didn't work?Can someone help me?
Here's how I set up this register:
uint32_t wakeup_filter[8] = {0x00ffffff, 0x00000000, 0x00000000, 0x00000000,
0x00000001, 0x00000013, 0x0000f40e, 0x00000000};
thank you!