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