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

Custom 744511 causes oscillation #1261

Open
Knochi opened this issue Feb 12, 2024 · 1 comment
Open

Custom 744511 causes oscillation #1261

Knochi opened this issue Feb 12, 2024 · 1 comment

Comments

@Knochi
Copy link

Knochi commented Feb 12, 2024

Hi,

Digital v0.30

I'm developing a single button stopwatch with latch function to save the last round.
image

First i used the standard 7448 7-Segment decoder plus discrete latches (74174) but then i found the 744511 which is a 7-segment decoder plus latch.

Sometimes, when I repeat the test several times, I get an Error:
image

First of all, is this something I should care about before implementing in real world electronics?

If yes.. how can i debug this? The circuit for the 744511 was discussed here on reddit. I used the corrected "ideal" schematic, should i use the TI one with added gates?

Thanks in advance

Added the files here, if someone wants to dig in deeper.
SBDS_SingleButtonDigitalStopwatch.zip

@mengstr
Copy link

mengstr commented Feb 17, 2024

I guess the culprit here is the NOR-based S/R latches in your homemade D-latch that is a part of the '4511. They tend to be a bit evil and oscillate in simulations - and if the enable-pulse to them is too short they always go into oscillation.

There's a new pre-release of Digital that has a feature that makes oscillations die down by themselves. See discussion #1230 for a link to the download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants