I am experiencing unexpected behavior in a circuit where TS5A21366 is used to isolate an I2C bus from a subcircuit that is powered down. I simplified the issue to the following stand-alone circuit:
When 3V3 is present the NO pins are pulled to 3V3 by the 10k resistors. When 3V3 is switched off, the switches are supposed to open so that the NO pins are pulled by the weak voltage divider on the right. When 3V3 drops fast, everything works fine: Green = VDD, Pink = IN1, Blue = COM1, Yellow = NO1
But when the 3V3 drops slowly (as it does on my actual board), the switches remain on for almost 10 seconds before turning off, effectively pulling down my signals on the NO side:
There's no power-down behavior documented in the datasheet. Is this expected behavior? Do you have anny suggestions for a fix?