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.

PCA9545A: To access Control register

Part Number: PCA9545A

I have connected A0 and A1 to Ground. So device address is 0x70.

How to access "Control Register". This register has no address.

How to write data to "Control Register" to enable different channels.

  • Hello,

    The control registers is accessed by directly writing to the device as shown below:

    The control register is the only register in the device so there is no address for it. You send your device address along with the write bit. After the ACK from you device you send the byte that you want to write to the control register. So it just take two bytes of data.

    Let me know if that makes sense or if you have any questions.

    Best,

    Chris