Tool/software: TI C/C++ Compiler
sir,
__bis_SR_register(LPM3_bits);
AND
__bis_SR_register(LPM3_bits | GIE);
What is difference in these two statements,
__bic_SR_register_on_exit(LPM3_bits | GIE);
when i come out from lpm3 mode by above statement my rtc interrupt is going to stop