Wednesday 2 July 2014

digital logic - Why do we use negative edge trigger Flip Flop instead of positive edge triggered?


The glitches due to race condition can be avoided by using a negative-edge triggered flip-flop instead of the positive-edge-triggered flip-flop used.


What does this mean?



Source: http://www.zeepedia.com/read.php?the_555_timer_race_conditions_asynchronous_ripple_counters_digital_logic_design&b=9&c=26




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...