Hi, my custom MSP430FR2111 board has an external Oscillator XT1 on XIN and XOUT, and I would like to do a runtime check that it's actually being used (properly). In chapter 3.2.2. it states:
VLOCLK is active in the following conditions:
- VLO is selected as the source of MCLK and SMCLK (SELMS = {3}), and MCLK or SMCLK is active.
- The VLOAUTOOFF bit is cleared and the MCU is in AM through LPM4.
- At least one peripheral requests VLO as clock source.
Does that mean i can just check that the VLOAUTOOFF bit is not cleared in LPM4 mode and that will confirm that the XT1 is being used?
Klas