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.

CCS/MSP430FR2311: MSP430FR2311

Part Number: MSP430FR2311
Other Parts Discussed in Thread: ENERGYTRACE, MSP-TS430PW20, MSP-FET

Tool/software: Code Composer Studio

Hi

I measure the following currents with EnergyTrace 

LPM3: free run 16 uA; debug 35 uA

LPM4: free run 0 uA; debug 18 uA

I use this code

#include <msp430.h>

int main(void)
{
WDTCTL = WDTPW | WDTHOLD; // Stop WDT
// Configure GPIO
P1DIR = 0xFF; P2DIR = 0xFF;
P1REN = 0xFF; P2REN = 0xFF;
P1OUT = 0x00; P2OUT = 0x00;
PM5CTL0 &= ~LOCKLPM5;
__bis_SR_register(LPM3_bits); // Enter LPMx
__no_operation(); // For debug
}

I use MSP-FET probe with MSP-TS430PW20 board

The data sheet says 1.16uA and 0.6uA for those modes.

thanks vadim

**Attention** This is a public forum