Other Parts Discussed in Thread: CC1200, CC1190
Hello,
If I have code:
void main(void)
{
WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer
MAP_Interrupt_disableMaster();
while(1){
PCM_gotoLPM3();
}
}
what current consumption should I expect?
I've seen in data sheet that in LPM3 current consumption is 660nA (is it 660nA/Mhz ? ) but I'am not getting that result (I'am getting like 80uA) so I want to see if I'am missing something in initialization.
Regards,
Ugljesa Popovic.