Hi all!!
I have been searching the answer of this (silly?) question and I don`t find anything about it.
In my code I have several interrupts enabled and I want to put my msp430f1611 in LPM1 and exit from it with the interrupt of Timer A, none with other interrupts. The problem is that with GIE tag, any interrupt exits the micro from sleeping.
I know that one way is to disabled all interrupts except TA interrupt, but my question is if there is any way to do it without disabling the other interrupts.
Thanks a lot for pay attention.
BR,
Luis