Other Parts Discussed in Thread: MSP430FR4133
I have been working with the MSP430FR4133 in a solar system, and have been trying to add a feature wherein after detecting that the system's battery is below a certain voltage, the system enters a low power mode for 30 minutes, before continuing. I have gotten the system to successfully detect when the voltage is low and will enter an "if" statement when that happens, however most of what I've seen online for low-power mode examples are either serial-based interrupts, and the only time-based one is entering LPM once per second. What is the most simple way to have the MSP enter LPM for a defined period of time, and which low-power mode should I be using for this application (ex: 3, 3.5, 4, 4.5)? Any input would be greatly appreciated.