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.

MSP430F5529: about MSP430F5510 or MSP430F5529 enter LMP4 or LPM4.5

Part Number: MSP430F5529
Other Parts Discussed in Thread: MSP430WARE

I have a question about MSP430F5529 Low Power. when I use MSP430F5529 enter Low Power 4.5 status,The MCU current flow is 10~22uA,why not is 0.1uA.

when MCU power is 3.3V ,The MCU Low Power current flow is 22uA ,when MCU power is 1.8V,The MCU Low Power Current flow is 0.1uA. would you tell me why,Thanks.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//This code is about MSP430F5510 enter LPM4.5
//IOIO
P1DIR = 0x00;P2DIR = 0x00;P3DIR = 0x00;P4DIR = 0x00;P5DIR = 0x00;P6DIR = 0x00;
PJDIR = 0x00;
P1SEL = 0x00;P2SEL = 0x00;P3SEL = 0x00;P4SEL = 0x00;P5SEL = 0x00;P6SEL = 0x00;
//
// P1REN = 0x00;//disabled Pullup or pulldown
// P2REN = 0x00;
// P3REN = 0x00;
// P4REN = 0x00;
// P5REN = 0x00;
// P6REN = 0x00;
//
P1REN = 0xFF;//disabled Pullup or pulldown
P2REN = 0xFF;
P3REN = 0xFF;
P4REN = 0xFF;
P5REN = 0xFF;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

**Attention** This is a public forum