The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.
how to get reset signal in msp430fe427 - arunangshu Chandra - Sep 15 10:26:55 2009
hello friends,
how to get reset signal in msp430fe427. i want to save data in eeprom on sensing power
fail.
arun
[Non-text portions of this message have been removed]
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: how to get reset signal in msp430fe427 - old_cow_yellow - Sep 15 10:49:38 2009
The reset signal will reset the chip and is probably too late for you to do anything. You
could program the SVS to generate an interrupt when Vcc drops below a certain level.
--- In m...@yahoogroups.com, arunangshu Chandra
wrote:
>
> hello friends,
>
> how to get reset signal in msp430fe427. i want to save data in eeprom on sensing power
fail.
> arun
>
>
> [Non-text portions of this message have been removed]
>
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )Re: Re: how to get reset signal in msp430fe427 - Augusto Einsfeldt - Sep 15 10:59:51 2009
He can also use the NMI/RST pin as NMI and use a comparator to
detect when the main power is below some value.
As main power I mean the supply voltage before the 3V regulator.
Then he can use some miliseconds to save all data before the 3V
supply falls below safe levels.
-Augusto
On Ter 15/09/09 11:49 , "old_cow_yellow" o...@yahoo.com
sent:
The reset signal will reset the chip and is probably too late for
you to do anything. You could program the SVS to generate an
interrupt when Vcc drops below a certain level.
--- In m...@yahoogroups.com, arunangshu Chandra wrote:
>
> hello friends,
>
> how to get reset signal in msp430fe427. i want to save data in
eeprom on sensing power fail.
>
>
> arun
>
>
>
>
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: Re: how to get reset signal in msp430fe427 - arunangshu Chandra - Sep 21 2:27:19 2009
thank you
can you send sample code for enabling the interrupt
arunangshu
________________________________
From: old_cow_yellow
To: m...@yahoogroups.com
Sent: Tuesday, September 15, 2009 8:19:06 PM
Subject: [msp430] Re: how to get reset signal in msp430fe427
=A0=20
The reset signal will reset the chip and is probably too late for you to do=
anything. You could program the SVS to generate an interrupt when Vcc drop=
s below a certain level.
--- In msp430@yahoogroups. com, arunangshu Chandra =
wrote:
>
> hello friends,
>=20
> how to get reset signal in msp430fe427. i want to save data in eeprom on =
sensing power fail.
>=20
>=20
> arun
>=20
>=20
>=20
>=20
> [Non-text portions of this message have been removed]
>
=20=20=20=20=20=20
[Non-text portions of this message have been removed]
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )