Thursday, 25 September 2014

flipflop - Design a Counter With an Arbitrary Sequence


I'm trying to design an asynchronous counter with JK flip- flops, with an arbitrary sequence.


The sequence is: 0,1,10,11,0,5,14,15.


I know how to solve this kind of problems, but in this case the sequence repeats one number, 0.


I want to solve this like this guy: https://www.youtube.com/watch?v=Zce6NlHuvfs


But I don't how to manage the problem of the repetition of one number in the sequence.


Any idea?



Thanks in advance.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...