Ttelmah
Joined: 11 Mar 2010 Posts: 19529
|
|
Posted: Sat Sep 04, 2010 10:08 am |
|
|
Note the comment in the data sheet, at the start of the electrical specifications, and use a series resistor to drive the pin (50 to 100R).
Potential 'downside', is that this will require your external circuits, to _all_ make sure that the pins connected to the PIC are biased to 5v, or 0v, and that all external circuits are themselves 'off' without any drive from the PIC, since the output latches will be 'off' in reset mode. When in sleep mode, you can program the PIC before sleeping, so that the pins are driven to an idle state, and turn off external circuits, and this remains in place while asleep....
On 'XLP' PICs, deep sleep mode, uses fractionally less power than an MCLR reset (there are drive signals from the MCLR pin to reset various peripherals), but on a standard PIC, such as the 876, this shouldn't apply.
Best Wishes |
|