Part Number: DS90UB914A-Q1
Hello, a user reported he is getting an incorrect response on the setting of the address 0x1D, bit 0 (GPIO0 Enable). Can we please request for your help to very it? Below are the details provided by the user:
"In order to directly control the GPIO trough I2C i had to put a 1 into this field. This applies for all GPIO's.
I have an FPGA connected to the DS90UB914A-Q1. For test purposes i want to toggle GPIO0 on the DS90UB914A-Q1 via I2C commands from the FPGA. The DS90UB913A-Q1 is not yet involved at this stage.
When i set 1x1D bit 0 to 0 i can not control the GPIO0 via I2C. Only when i set this bit to 1. In Order to toggle GPIO0 i have to write
writei2cDESER(0x1D,0b00000001); // GPIO0 low
and
writei2cDESER(0x1D,0b00001001); // GPIO high"
Thank you!

