How is the CRC 16 calculated in the ST25RU3993
I am currently receiving a Tag EPC number and wondering how the CRC -16 value is generated so that I can check on reception. Following an Ack command I Receive 16 bytes in the fifo register which are read out as:
0x30, 0x00, 0xE2, 0x00, 0x42, 0x16, 0xCB, 0x60, 0x60, 0x15, 0x00,0x95, 0x1E, 0xD6, 0xB9, 0x1F.
The Tag EPC number is: 0xE2, 0x00, 0x42, 0x16, 0xCB, 0x60, 0x60, 0x15, 0x00,0x95, 0x1E, 0xD6.
Am I correct to assume the last 2 bytes are the CRC-16, how do we arrive at these numbers?