Other Parts Discussed in Thread: ENERGYTRACE
Hi,
One of our MSP430FR2433 based device still draws ~500uA current when it is supposedly in LPM3, a lot higher than the number specified in datasheet. UART module is still active before system attempts enter into LPM3.
__bis_SR_register(LPM3_bits | GIE); // Enter LPM3
So my question is, will active UART with RX interrupt enabled prevent system from entering LPM3? I suppose so, because UART in FT2433 sources clock from SMCLK, which can draw considerable amount of current itself. Is so, what is the proper way to turn of UART module before entering LPM3?
Thanks,
ZL