When I set both inputs to "1", my JK trigger gave the wrong output instead of just switching the state as expected.
I really don't understand where the problem is. Can you help me solve the problem? thank you very much
This passage uses Google Translate, so it may be a little weird, my native language is not English
Problems with JK Flipflops
- superryan94
- Posts: 53
- Joined: Sat May 09, 2015 5:59 am
- Location: Rotterdam The Netherlands
Re: Problems with JK Flipflops
For me it usually help to add little balloons mid circuit to see what signals are in different stages.
In your case, due to having all signals on the first part of the flipflop to a 1 it giver out a 0 to the second part.
Now the second part has only one 1 signal so it will stay on and give a 1 as output.
As soon as one of the input signals drop you will get a 1 out of the first part giving only one signal.
This kind of flip flop always gives out a signal, either 1 or 2 directions.
In your case, due to having all signals on the first part of the flipflop to a 1 it giver out a 0 to the second part.
Now the second part has only one 1 signal so it will stay on and give a 1 as output.
As soon as one of the input signals drop you will get a 1 out of the first part giving only one signal.
This kind of flip flop always gives out a signal, either 1 or 2 directions.
- Attachments
-
- jk.png (23.15 KiB) Viewed 14248 times
Re: Problems with JK Flipflops
thank you for your reply:-)
I think I may have some misunderstandings about jk triggers ...
So when the clock pulse falls, the jk flip-flop will flip?
But when I simulate this in the program, the result seems to be random, not necessarily toggling every time...why?
I think I may have some misunderstandings about jk triggers ...
So when the clock pulse falls, the jk flip-flop will flip?
But when I simulate this in the program, the result seems to be random, not necessarily toggling every time...why?
Re: Problems with JK Flipflops
You are struggling with timing problems. Try to use master slave jk flip-flops. This will work for you.
- Attachments
-
- JK test.CircuitProject
- (55.42 KiB) Downloaded 1106 times