This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PCA9534A: Register access

Part Number: PCA9534A

Hey, we tend to use this device on our board.

In a case of write operation, when the master send the command byte wrong with a sixth 6 MSbits other than zeros ("0") how would the slave acts? 

For example instead of 0x03 it sends 0x83 or 0x23, would the slave send a "NACK" back or nevertheless bring an access to the configuration register?

  • Adiel,

    The 9534A slave device should NACK if you send a control register address of something other than all zeroes for the first 4 bits i.e. 0x83 and 0x23 would not be recognized as the configuration register, and device should NACK, since this is not in the register map. 

    0x00 - 0x03 should be the only command bytes that ACK for this device.

    Regards,

    Tyler