This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-MSPM0G3507: Comparator Sampled Output Mode

Part Number: LP-MSPM0G3507
Other Parts Discussed in Thread: MSPM0G3507

Tool/software:

Hello

Here is the sequence of Sampled output mode

1. In run/active mode, do all the necessary COMP configurations (DAC8 in sampled mode, COMP in ULP mode, etc.)

2. Set power policy to standby0 (DL_SYSCTL_setPowerPolicySTANDBY0)

3. Enable COMP (CTL1.EN bit to be written)

4. Wait for COMP OUTRDYIFG to be set (wait for bit number 3 in RIS register to be 1) 5. Enter Standby0 low power mode (using __WFI() function)

Is it mandatory to enter Standby0 mode? or optional?

Why does the sequence enter Standby0 mode?

Thank you