I have a MSP430FR5969 application in which I am using DMA and the UART in a low power mode. Because the UART uses SMCLK which is sourced by the DCO, the best possible mode is LPM1 (I believe). I thought it was interesting that the observed power consumption in LPM1 was ~350uA and in LPM0 was ~200uA.
The descriptions above look identical. Any thoughts on why LPM1 would have higher power consumption than LPM0? Where can I find more information on the differences between LPM0 and LPM1. Thanks!