Electrical – Async counter that starts counting from 2

counterdigital-logicflipflop

I have to make an async counter that counts from 2 to 8. This is what I've done so far:
enter image description here

It counts from 0 to 8 and I don't know how to make it start counting from 2.

Best Answer

You are only using the Reset pins to clear the counter.

What you are really doing is presetting the counter to 0.

You can also use the Set pins instead of the Reset pin to preset any value you want the counter to start from, like 2.

(unused S and R inputs are of course are tied to the idle value)