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.

DS90UB964-Q1: 964 receive four 933 with the same i2c addr

Part Number: DS90UB964-Q1

Hi

My hardware diagram as follow:

reference DS90UB964-Q1 chapter 8.53 on page 41

WriteI2C(0x58,0x58) # enable pass throu
WriteI2C(0x5c,0x18) # "SER_ALIAS_ID"
WriteI2C(0x5d,0x60) # "SlaveID[0]"
WriteI2C(0x65,0x60) # "SlaveAlias[0]"

as example , soc can  access 933 by 0x18  addr, access sensor  by 0x60 addr.

if i want to access four 933 device at the same time, i think it should have four group registers(SER_ID/SER_ALIAS_ID),but datasheet only have one group register. 

Please help me. Thanks.