Content originally posted in LPCWare by celephicus on Wed Apr 04 20:58:58 MST 2012
Quote: Rob65
The fact that the datasheet mentions it has a power on reset seems a bit more than just suggest this ...
I'm not sure about your level of hardware knowledge but BOD (BrownOut Detection) is there to prevent your chip from overheating due to power problems.
If circuits with push-pull (totem pole) outputs are supplied with an improper voltage, there may be a certain stage where both transistors in the push-pull are in an 'open' state, resulting in possible high currents flowing through them and resulting in a defective circuit.
So there is absolutely no [I]need[/I] to use an external reset circuit. I would even state that you should not use an external reset circuit to make the most use out of the lpc1114's internal reset and BOD features - unless of course you have some other circuits that need an external reset that you cannot control from the lpc1114 that is.
Regards,[INDENT]Rob
[/INDENT]
I've never heard of the two transistors in an output state turning on at the same time, but I can well believe it. I've certainly had micros behave unpredictably at low volts and do things like writing random data to battery backed up RAM. The old 8 bit AVR's used to regularly clear the first byte of their internal EEPROM at shutdown.
Thank you for the advice that an external reset will prevent the internal systems doing their stuff, very well put. The hardware designer is on to me to use the error output from the voltage regulator to reset the chip, and this is a good reason to say no.