1

I'm currently trying to count the pulses from a 555 timer. I've opted to use a 74LS590 (8-bit binary counter with output register; 3-state).

However, I can't get the counter to count anything. I've checked on the datasheet and I think I wired everything right. Am I missing something ?

Thank you.

Wiring of the 74LS590: pins 16, 13 and 10 tied high, pins 14, 12 and 8 tied low, clock pulse on pin 11, output on other pins

1 Answers1

0

Wire pin 13 to pin 11 instead of VCC that will clock the count through output register. The output will be 1 count behind what is in the counter.

RoyC
  • 9,617
  • 6
  • 25
  • 42