Hello.
I have a question.
I want to reduce the supply current during LPM3 by lowering the level of PMMCOREVx.
And my UART function is needed to set the MCLK at 16MHz.
Is it possible following process?
- After the reset, PMMCOREVx=0, and set the MCLK at 8MHz
- Set to LPM3
- Wake up by the UART RX interrupt, raise the level to PMMCOREVx = 2
- Set to MCLK at 16MHz
- My UART function works
- After finishing my UART function , Set to MCLK at 8MHz.
- Lower the level to PMMCOREVx = 0
- Set to LPM3
Could you tell me if there is a problem/attention point with the above flow or there are other good methods?
Regards,
Uchida-k