My application requires the UART 3.3v(Vcca) --- 5v(Vccb) translation on RX/TX pin, but the 5v side will not be always powered on.
I have some TXS0102 chip and have tested them. Here are some following question:
1) Since the 5v is not always powered, what is the best design? Since I only need UART when the 5v side is powered, I have tied the OE pin to grd (via a resistor) and 5v. therefore the OE will go high when the 5v is powered.
a) from the datasheet, it says "During operation, ensure that VCCA ≤ VCCB at all times.". Since my application requires 5v(VccB) to be off when not in use(thus Vcca>Vccb). Is Vcca>Vccb safe at non-operating condition?
b) If the 5v is not powered, the OE is low and according to datasheet, the A1 and B1 pin goes to high impedance state. Is there any implication to the MCU UART pins on the 3.3v side? (assuming mcu tx is push pull and rx is open drain)
2) with the application described above, is there advantage/disadvantage of using TXB0102 compared to TXS0102?