I am using the DS125DF111 in an application that boots from an EEPROM and then should switch to SMBUS SLAVE mode per the datasheet. I have the ENSMB pin (pin 3) floating and I have my SMBUS address set as 0x34 which ties pin 10 (ADDR1_VODB_DONE_N) to VCC. I have found that any pullup on pin 10 (1k, 22k,51k) will cause the device to not boot properly from the EEPROM. I have also tried setting the SMBUS address to 0x36 but again the pullup on the DONE pin causes the device not to boot from EEPROM. I can remove these pullups to allow the device to boot from EEPROM successfully but then I can't communicate over the SMBUS because the address is invalid. Can you advise why I cannot set the SMBUS address to 0x34 or 0x36 and still boot from an EEPROM?