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:
Hello,
we are using the level-shifter to transfer from 1,8V to 3,3V logical uart level. With our old controller, we had no problems regarding high Iq. now, after controller switch we got high Iq on the UART pins with high impedance imputs, where we propose different controller behaviour, but this maybe connected top linked thread.
to my question:
At the moment, we have OE tied to ground, setting the level shifter to always on. In the datasheet, OE can be set to high to disable the device. However, it was unclear, how much power needed to keep the device in the deactivated state, when e.g. a 100k pullup is used. The schematics are attached below.
regards
/OE disables only the outputs, so it does not affect this.
The input buffers on both sides are always active, so you should ensure that all pins have a valid voltage. Add pull-up resistors to any signal that could be floating.
So it is recommended to have /OE pullup and all pins that are in Input Configuration equipped with pullups as well? One side of the level shifter is only active when the device on this side is active, as the 1.8V are only available when the device it self is powered on.
You need a pullup on /OE only if you want to disable the device during power up.
I/O pins need pullups only if they could be floating (when powered) otherwise.
(The TXU0204 would be simpler and cheaper.)
Hello Florian,
I agree what Clemens said. You only need a pull-up on OE pin if you plan to disable the device. Another reason for a high Iq could be IOs are left floating. Please make sure IOs are at a known state. FAQs below provide additional information
[FAQ] How does a slow or floating input affect a CMOS device?
[FAQ] What should be done with unused I/O pins of the level translator devices?
For UART applications, I would also recommend the TXU0204. Much smaller (since you don't need 4 direction pins) and has internal pull-downs.
Regards,
Josh
Yes, we as well suspected the IO pins of the new controller, although the HAL configuration is setup equivalent in the software.