This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-MSP430FR2476: MSP430FR2476 launch pad consumes more power than expected

Part Number: LP-MSP430FR2476
Other Parts Discussed in Thread: MSP430FR2476

Hi Everyone,

I am trying to check low power mode on MSP430FR2476 launch pad, power consumption is very high. then i tried to execute example code (msp430fr267x_LPM3_01), this also consuming more power than expected. Can you guide me how i need to verify the lowpower mode.

if i remove clear oscillator fault flag  (below) code then only my code is wroking.

do
{
CSCTL7 &= ~(XT1OFFG | DCOFFG); // Clear XT1 and DCO fault flag
SFRIFG1 &= ~OFIFG;
}while (SFRIFG1 & OFIFG); // Test oscillator fault flag

Please suggest me.

Thanks in Advance

**Attention** This is a public forum