Tool/software:
Hello,
I am using an MSP430FR5962 microcontroller in my project, and it is responsible for monitoring all the board voltages. To achieve this, I’ve connected the voltage rails to the MCU’s ADC pins. Additionally, the MSP430 will control the power-up sequence of the board. My plan is to have the MCU monitor each voltage rail using its ADC inputs. Once a voltage is detected and confirmed to be stable, the MCU will then activate the enable (EN) pin for the next regulator in the sequence. Can the ADC inputs be reliably used in this way to trigger GPIOs for controlling the power sequence?
Regards,
Bhavish