I build a little circuit where a CD4516 (4 bit u/d counter with reset, preset, C-in e C-out) is clocked by a NE555 configured as astable.
The NE555 frequency is set to 0.5 Hz, 50% duty cicle (just for the sperimental version of the circuit)
Another NE555 (hereinafter NE555[m]) is used in monostable configuration to drive the Reset/Preset input of the CD4516
The CD4516 is configured as follow:
- C-In -> VSS (GND)
- P0, P1, P2, P3 to VDD
- Reset -> negated output of the NE555[m]
- Preset -> output of the NE555[m]
- Q0, Q1, Q2, Q3 -> to green leds via a 560 ohm resistor
- C-Out to a logic control that set the reset pin NE555 to GND (to stop the NE555)
- U/D to VSS (the counter must count down)
Supply is 12VCC
Initial condition: the NE555[m] is in the stable state (pin 3 is GND): negating the output, the Reset pin of the CD4516 is in the Reset condition: Q0, Q1, Q2 and Q3 are low the C-Out is low too; a logic control keep the NE555 reset pin in low state so no clock signal can drive the CD4516.
Step 1
triggering the NE555[m], his output goes hi for 1/2 second: the reset pin of the CD4516 goes low and the preset pin goes hi so the Q0, Q1, Q2 and Q3 goes hi and the C-out pin goes hi too.
Step 2
the NE555[m] back to stable condition: a logic control keep low the reset pin of the CD4516, while the preset pin goes low and the NE555 reset pin goes hi, let it to start the clock signal that drive the CD4516 clock input
Step 3
the CD4516 starting count down: but instead of count from 15, 14, 13 ... 0 it count 11, 7, 4, 1, 0 (??)
Step 4
disconnect the output of the NE555 from the CD4516 clock input
Step 5
connect a free-in-air wire to the CD4516 clock input
Step 6
trigger NE555[m] to reset/preset the CD4516: it is waiting for clock signal to start the count-down
Step 7
alternatively connect the free-in-air wire to VSS and VDD: the CD4516 output count from 15 to 0 step -1 each time i connect the free-in-air wire to VDD
The questions are:
1) Where is the Step 3 issue?
2) Where is the difference from drive the CD4516 clock input by the NE555 output and the VDD -> VSS -> VDD cicle manually simulated?
Every reply appreciated
Regards