Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Watchdog in standby mode: MSP430G LPM3 WDG

Status
Not open for further replies.

matusel

Member level 1
Joined
Nov 13, 2009
Messages
40
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Activity points
1,540
Hello EDAboard I hope someone can help me.
Can a MSP430GXXXX go in low power mode 3 - LPM3 with the watchdog enabled (and without any external oscillator) ? Can the mcu, normally awakened from LPM3 via GPIO interrupt, get stuck when in standby ?

Here below the pseudocode

Code:
Loop{
    //Wake up via GPIO interrupt
    WDTCTL = WDT_ARST_1000;
    IE1 |= WDTIE;          
    //Clean of WDG in a interrupt routine of timer A0 because of stuck blocks code -> WDTCTL = WDT_ARST_1000;
    //Standby 
}
 

I had the same problem but anyone could give me an answer...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top