Sequential Counter

Thread Starter

Brendow

Joined Sep 5, 2014
5
I'm currently stuck in a question, I'm supposed to make a counter that starts on 3 and goes into the sequence 3-5-8-9-11-13-15
The problem isn't the question itself, but how I make this?
I mean If they gave me another question where the sequence is 1-2-3-2/0-3(supposing that if you hit the reset button, then the counter would go from 0 to 3 then 3-2-3-2...) or even another sequence, how I would make it?
 

ericgibbs

Joined Jan 29, 2010
18,873
hi,
Are there any restrictions on the devices that you can use to build this counter.?
E
Your sequence in Binary
0011
0101
1000
1001
1011
1101
1111
 

Thread Starter

Brendow

Joined Sep 5, 2014
5
hi,
Are there any restrictions on the devices that you can use to build this counter.?
E
Your sequence in Binary
0011
0101
1000
1001
1011
1101
1111
No, I already know how to use Proteus/Isis, but we have to draw them and explain the logic.

There are a few approaches available. Start with a state table, describing what the current state (displayed count) and the next state (next number in the sequence).

Edit: You may find the following useful:
Thanks I'm gonna check them!
 
Top