Hi Keith, I hope I understood your explanation. If we set any pattern in pattern register and our DATA_VAL=1b, then our output will be AND'ed with the pattern register and it will stored in ODR. This happens for every sample For Example: PATN_LSB= 10101010b PATN_MID= 11110000b PATN_MSB= 00001100b and the value equivalent to current sample is = 1111 1100 1111 1100 1100b Pattern = 1010 1010 1111 0000 1100 ODR = 1100 1100 0000 1000 1000xxb am I correct? Thanks,
↧