Hi Team,
We are using DRV8889-Q1 in our design. I have a query related to control registers write command. when i write some data (0x06E1) to ctrl register 1, will the DRV8889-Q1 IC send response whatever i written?
Ex:
MOSI->0x06E1 (0x06->cmd byte+address, 0xE1->data byte)
MIS0->0xC1E1 (0xC1->fault status, 0xE1->data byte)
if there is no spi communication issue, am getting the above data (data byte matching).
MOSI->0x06E1 (0x06->cmd byte+address, 0xE1->data byte)
MIS0->0xC1E0(0xC1->fault status, 0xE0->data byte)
if there is spi communication issue, am getting the above data (data byte not matching).
could you please confirm our understanding is correct or not?
Thanks & Regards,
Pavithran