The TCA9548A has a reset pin, which I understand will free up the I2C bus by deselecting all downstream I2C devices. I'm worried about the situation where one of those downstream devices is stuck -- it started transmitting data and was never allowed to finish. Resetting the upstream TCA9548A would isolate the master from this downstream stuck part...but it seems like that downstream part would remain stuck. So switching the I2C switch to connect the master to this downstream device would bring the stuck bus problem back. Does this make sense?