I'm trying to understand the Arduino Mega reset circuit.
At power on, C11 charges through R5. Presumably the DTR line on the FT232 is high, so there is no voltage across C12.
When the DTR line is brought low, C11 and C12 are now effectively in parallel, and since they are of the same value, the voltage at the microcontroller reset line should drop to 2.5 volts. Is that enough to actually reset the microcontroller? (I've noticed that resetting the arduino mega through the DTR line doesn't always seem to work...).
C11 and C12 quickly charge back up to 5 volts through R5. The DTR line is then brought back up high by the FT232. Surely this means that C12 is going to dump some of its charge into C11, and bring the voltage at the reset line to (I think) 7.5 volts?! The excess voltage at the reset line discharges through R5, bringing everything back to the starting point.
Is that the way it works?
Finally, what is the point of RESET-EN? It is by-passed by the connection just below it on the circuit diagram!
Thanks.