Re: 8051 Reset operation
The reset line of the 8051 operates in an opposite fashion in comparison to many other microcontrollers, like the PIC, AVR, etc.
During normal operation, the reset pin is normally held low through the use of a weak pull down resistor, 8.2KΩ in this case.
A reset occurs when the capacitor is shorted through the switch which in effect momentarily pulls the reset pin high, resetting the device.
When the switch is released the capacitor begins to charge, once again pull the reset pin low for normal operation.
BigDog