Hi
We have following questions. Could you answer them?
1.
According to Table 6-1 in the datasheet, wake-up events of LPM3 are described as LF, I/O and Comp.
Does "I/O" mean digital IO and "Comp" mean Comparator_E?
2.
Is it possible to wait interrupt for multiple different port?
For example, is it possible to wait interrupt to Comp, digital IO and ADC at the same time?
3.
If MSP430 is waken from any LPM mode by wake-up event, it always shifts to AM mode.
Is my understanding correct?
4.
Is it possible to change the PIN function after waking up from LPM.
For example, regarding to PIN1, it is functional of P1.0/TA0.1/DMAE0/RTCCLK/A0/C0/VREF-/VeREF-.
First, PIN1 is wait for interrupt with Comp mode, and waken up from LPM by Comp interrupt.
And then, PIN1 would be changed as ADC input. Is it possible?
BestRegards