Tool/software:
Dear Sir,
As below block diagram, we need the hot swap function for two batteries with I2C interface.
1. Is I2C Buffer TCA9511A necessary?
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.
Tool/software:
Dear Sir,
As below block diagram, we need the hot swap function for two batteries with I2C interface.
1. Is I2C Buffer TCA9511A necessary?
The TCA9511 isolates the how-swapped bus from the rest of the bus to allow communication between the remaining devices to contiue. If the only devices on a single bus are the charging IC and the batttery, then you do not need this isolation.
Hi Jesse,
As Clemens mentioned already, TCA9511A separates the "IN" and "OUT" sides in a hot-swap event. TCA9511A would be useful here if the Battery#1 and #2 modules are being hot-plugged into the system. Otherwise, TCA9511A is not needed here.
Regards,
Tyler
Thanks. I want to confirm if my understanding is right.
When hot-plugged event happen, if I need the whole I2C communication between charging IC and battery to get correct data, then TCA9511A would be useful. If I don't care the I2C communication when hot-plugged, TCA9511A is not needed .
Is my understanding right? Thanks.
Hi Jesse,
When hot-plugged event happen, if I need the whole I2C communication between charging IC and battery to get correct data, then TCA9511A would be useful.
TCA9511A would help to prevent a stuck bus condition due to a hot-plug event. If TCA9511A is not used, and a stuck bus event occurs due to hot plugging, then the I2C target devices connected to the bus would need to be reset.
If I don't care the I2C communication when hot-plugged, TCA9511A is not needed .
Yes this is true. IF you run into a hot-plug event that causes a stuck bus condition, then you would need to reset the state machines of each target device / controller device on the bus.
See I2C Stuck Bus Prevention and Workarounds
Regards,
Tyler