Tool/software:
Hi,
I'm having trouble interfacing the AD8924B so I think my understanding of the datasheet might be wrong. For example here are the SPI frame for communication with register OFST_CAL( Address 0x20):
I'm first writing a value to the register in the first frame.
In the second frame I send a RD_REG frame.
Finally in the last frame the first 8 bits should be the value I wrote in the first frame (0x02). But that is not what I get.
Any suggestions what could be wrong? Did I get this backward?
I'm using 24bits long frame but according to datasheet it should be fine as long as the last 22bits are correct.
Thanks