avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] software restart


From: Larry Barello
Subject: Re: [avr-gcc-list] software restart
Date: Thu, 16 Jan 2003 14:21:43 -0800

Most AVRs have internal pull-up on Reset line.  Check your data
sheet...

----- Original Message -----
From: "Sander Pool" <address@hidden>


>
> Those would be the nitty gritty details, yes :-)
>
>     Sander
>
> ----- Original Message -----
> From: "Theodore A. Roth" <address@hidden>
> >
> >
> > On Thu, 16 Jan 2003, Sander Pool wrote:
> >
> > :)
> > :) I you have a spare IO line can't you pull _RESET_ down whenever
you
> like?
> >
> > I think you would need an external pull-up resistor for this to
work since
> > the IO pins are tri-stated (HI-Z) on reset. Without the pull-up,
you would
> > have the pin driving the RESET essentially floating, which might
have
> > undesirable results.
> >
> > You RESET handler would need to set DDRxn and PORTxn both to 1.
Then you
> > could generate a RESET by setting PORTxn to 0.
> >

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]