Soft Reset
I've checked this in the archives, and while its been touched on I
couldn't really see a definitive answer.
I need, from time to time, to reset my BS2 application. Can I simply
tie an I/O pin to the reset and drive it low?
Cheers
Peter
couldn't really see a definitive answer.
I need, from time to time, to reset my BS2 application. Can I simply
tie an I/O pin to the reset and drive it low?
Cheers
Peter
Comments
Original Message
From: "empeg_addict" <peter.kerr@z...>
To: <basicstamps@yahoogroups.com>
Sent: Wednesday, March 03, 2004 4:42 PM
Subject: [noparse][[/noparse]basicstamps] Soft Reset
> I've checked this in the archives, and while its been touched on I
> couldn't really see a definitive answer.
>
> I need, from time to time, to reset my BS2 application. Can I simply
> tie an I/O pin to the reset and drive it low?
What do you need to do that can't be accomplished by simply jumping back to
the beginning of the program using a label and GOTO?
- Robert
Funnily enough, the more I think about it - it should be fine. Blame
my background as a windows software developer where we like to "shut
down and restart"......
Cheers
Peter
--- In basicstamps@yahoogroups.com, "Robert Ussery"
<uavscience@f...> wrote:
>
>
Original Message
> From: "empeg_addict" <peter.kerr@z...>
> To: <basicstamps@yahoogroups.com>
> Sent: Wednesday, March 03, 2004 4:42 PM
> Subject: [noparse][[/noparse]basicstamps] Soft Reset
>
>
> > I've checked this in the archives, and while its been touched on
I
> > couldn't really see a definitive answer.
> >
> > I need, from time to time, to reset my BS2 application. Can I
simply
> > tie an I/O pin to the reset and drive it low?
>
> What do you need to do that can't be accomplished by simply
jumping back to
> the beginning of the program using a label and GOTO?
>
> - Robert