Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unused level shifter inputs should not be left floating. #6

Open
skot opened this issue Sep 25, 2024 · 0 comments
Open

unused level shifter inputs should not be left floating. #6

skot opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@skot
Copy link
Owner

skot commented Sep 25, 2024

From the SN74AVC4T774 datasheet

Since this device has CMOS inputs, it is very important to not allow them to float. If the inputs are not driven to either a high VCC state, or a low-GND state, an undesirable larger than expected ICC current may result. Since the input voltage settlement is governed by many factors (for example, capacitance, board-layout, package inductance, surrounding conditions, and so forth), ensuring that they these inputs are kept out of erroneous switching states and tying them to either a high or a low level minimizes the leakage-current.

We need to either connect the input B4 to ground, or tie DIR4 high to make B4 an output.

image
@skot skot added the bug Something isn't working label Sep 25, 2024
@skot skot self-assigned this Sep 25, 2024
skot added a commit that referenced this issue Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant