Hi,
I am using the MSP430F2132 with a 32768Hz watch crystal to clock ACLK (clock module: LFXT1 ) for timerA and the internal 8MHz (clock module: DCO) as MCLK/SMCLK.
I use:
- active mode,
- no watch dog,
- LMP3,
- and LMP4,
Everything works fine excepted when waking-up from LPM4 (via IO interrupt). Actually:
- if the time between entering LPM4 and activating IO pin (to wake it up) is less than 2minutes, the device behave correctly (program re-starts where is it was before going into LPM4),
- but if the time between entering LPM4 and activating IO pin (to wake it up) is greater than 2minutes, then the device resets!! (program starts at the beginning)
I have read on the web (http://permalink.gmane.org/gmane.comp.hardware.texas-instruments.msp430.discuss/23770) that LFXT1 may have problem to restart, but I do not understand why and where to find useful informations.
Thank you in advance for helping.
Stephane