Other Parts Discussed in Thread: ENERGYTRACE,
Hello.
I have a questions.
I want to know the reason why my measurement current value does not achieve the datasheet described.
I measured current consumption on MSP430FR5969 Launchpad using EnergyTrace.
Register settings are as follows:
int main(void)
{
WDTCTL = WDTPW | WDTHOLD;
P1DIR = 0xFF;
P1OUT = 0;
P2DIR = 0xFF;
P2OUT = 0;
P3DIR = 0xFF;
P3OUT = 0;
P4DIR = 0xFF;
P4OUT = 0;
PJDIR = 0xFFFF;
PJOUT = 0;
PM5CTL0 &= ~LOCKLPM5;
CSCTL0_H = CSKEY >> 8;
CSCTL1 = DCOFSEL_0;
CSCTL2 = SELM__DCOCLK + SELS__DCOCLK + SELA__VLOCLK;
CSCTL3 = DIVM__1;
CSCTL0_H = 0;
while (1);
}
Measurement result was 286 uA on average.
At the page of 18 in the datasheet, it is described that the current consumption is 210uA at 1MHz DCO.
What is the reason why consumption current does not decrease as much as the data sheet?
Regards,
uchida-k
