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.
Have the same Issue with OUTSEL set to H
VCC1 and VCC2 are 5V
OUTSEL set to H = +5V
INV RESET set to H = +5V
Inv OE set to L = 0V
Have serveral SN74LV8153 in an Isolation Application to set Multiplexer Adress Lines. This did not work.
Figured out that Outputs are only high connecting a Pull-Up Resistor to VCC.
The Devices are not in OC-Mode, checked Logic Levels: They are not inverted.
Got all chips 2 weeks ago from digi-key.
Hi,
the behavior is even more stranger:
Connecting a pull up of 1K to one of the Y outputs, most of them work as aspected, even if the pull up is removed and even after power up down.
One exception is Y3. Does not work in either case.
Data format:
Testing is done in Windows 10 with visual basic
To get the start Bits with windows uart the configuration is :
\\.\com1 baud=14400 parity=n data=8 stop=2
The first data bit is used as the second start bit (the +1)
str1 = chr(2 * (offset + Register + 8 * (Sendbyte Mod 8)) + 1)
str2 = chr(2 * (offset + Register + 8 * Fix(Sendbyte / 16#)) + 1)
Hi,
sorry, was not able to reproduce the error after temporarily attaching a pull up.
Same problem with all four SN74LV8153. Replaced two of them.
Sync signal was shown, but all Yx remainded 0V. May be a problem with OE connected to GND when powered up?
Y3 is also working. Bit was not set: Mod 16 in the formular needed.
Testing: Send Byte "0" and Byte "255" to have a square Wave at the scope on all Lines.
Scope Channels:
1: Sync
2. Data Y (sqare wave)
3: TTL OUT
4. RS232
Hi,
the scope channels are marked at the left side:
Yellow 1: Sync Output Pin 9 of SN74LV8153; blue 2. Data Y0 (sqare wave) ; Red 3: TTL OUT of UART 75155; Green 4. RS232
Schematic 1: RS232 Transceiver SN75155
Schematic 2: SN74LV8153 :
Schematic 3: One of two MUX ADG 1606 Inputs A0 to A3
Load is
Y0 to Y3 quad 5 V LED 5mA against ground and Adressline A0 to A4 of MUX ADG1606
Y4 to Y7 Adressline A0 to A4 of a second MUX ADG1606
Today I had to replace again four of the SN74LV8153. The SN74LV8153 Inputs Ax, Outsel, Reset and OE are directly connected to ground and +5 VCC. Latch up and / or power up problems?
Regards
Bernd
Hi,
replaced each SN74LV7153 twice but would be a great effort to return them. If you suggest measurement at the defectiv devices I can do that.
There is a hint in the datasheet: "Latch Up Performance Exceeds 250mA Per JESD 17". But now Information about technology and which Pins may be affected by Latch Up under which condition.
Seems that the failors happens when the system ist powerd up and down frequently. One defektiv SN74LV8153 with high power consumptions lets the DC/DC converter restart automaticly very often affecting also the other SN74LV8153.
Is there any information available regarding prevention of LatchUp for the SN74LV8153 ?
Are diodes to VCC a way to get this rid without affectiing the functions?
Data rate: The datasheed says 24Kbps als recommend operation condition. Testing even with 115kbps worked very good. Is there a reason for the 24kbps suggestion?
Regards
Bernd