Part Number: SN74AVC2T45
I am using the SN74AVC2T45 to provide electrical isolation between GPIOs that connect from a CPU to an STM32. The below photo shows my setup
In this setup, 3V3_STM is enabled first, and then after a button press 3V3_RUN gets enabled. When 3V3_RUN is enabled and ramping up, the A1 and A2 outputs of the level shifter seem to have a slight ringing that causes a false triggering at the STM32. The below o-scope capture shows the A2 output in yellow and the B2 input in blue:
Measurements showed that this happens every enabling of 3V3_RUN when 3V3_RUN has reached 600mV. I added a 1nF capacitor in parallel to R342 to see if this would tamp down the ringing, and it led to this output where the output A2 is in Green, the input B2 is in orange, and the 3V3_RUN power is in yellow:
It seems to me that this output is caused by the level shifter attempting to drive the output high by default after it sees VCCB reach an enable threshold, despite the input being pulled low through the entire boot up process. I have tried replacing the 100k pull-down at the DIR pin to a 0 ohm to see if this would fix ti, but this created no change.
Is this the correct operation of this device? Is there any way to prevent this from happening during boot up?