Other Parts Discussed in Thread: TCA9406
Hi, I use a fpga to connect to DS90UB933-Q1. The system works well before, and I never access the registers of DS90UB933 via I2C Bus, I use the default configuration. Now I want to config the device via I2C, but it does not ack!
According to the datasheet, the device address is 0x58 (In my system, the ID[x] pin is attached to ground), and I confirm my I2C program is well because there's another slave on the bus, and I can access that slave normally. When I send address command, I didn't receive one ack signal on I2C_SDA, as if the DS90UB933 cannot identify the command, but I really send a 0x58 address.
Someone can help me? I has been confused about this problem long time. I will be gratefull if you can help me resolve this.