Dear TI Teams,
We found that only GPIOI to GPIO3 can be controlled during debugging PCA9534RGVR,while the GPIO4 to GPIO cannot be controlled. After analysis, it was found that only the low three bits can be changed when reading and writing registers in Table 9-3, and the high five bits cannot be changed.
Writing 0xFF to Configuration Register, but the read value is 0x07, and the reading value is 0x05 when wiring is 0X35. We used an I2C logic analyzer to capture the log information and found that SMBus communication is normal.
The SMBus protocol is ReadByte and WriteByte. Can you help to analyze the cause of the problem?
Write 0xFF to Configuration Register.
Read Configuration Register.
Write 0x35 to Configuration Register.
Read Configuration Register.
Thanks,
Kind Regards