Hi
Trying to figure out the CRC for the DAC8741H. I know the polynomial is polynomial x8 + x2 + x + 1. Which i have interpret as a mask 0x87 is this correct?
What data bytes are included in the calculation? Is it just the data word or does it include the address + RW bit? Can somebody give an example of the CRC value for what i should expect to see for a packet that looks like:
0x820000
(Read command of the Control register to check CRC_EN bit is set)
Thanks