STM32L431VC - Can VREF+ be sequenced off of VDD/VDDA?
Hello -
I am working on a safety critical application using the STM32L431VC that requires the VREF+ voltage rail to be powered off of a different voltage rail than the main VDD and VDDA rail.
The VDD and VDDA voltage rails are being generated by a single SMPS that is bucking 12V down to 3.3V.
The VREF+ pin of this part is being supplied with a 3.0V rail that is also generated off of the 12V input rail of this design.
Since both the 3.3V VDD/VDDA rail and the 3.0V VREF+ rails are being generated off of the 12V rail independently, there is a chance that the 3.0V rail could be present on VREF+ while 3.3V is sequencing up. (Essentially, 3.0V VREF+ can be present before 3.3V VDD/VDDA).
In order to avoid this, I am planning on sequencing the 3.0V regulator off of the Power Good for the 3.3V regulator. Once 3.3V is steady the power good will allow 3.0V to begin regulation.
The STM32L431VC datasheet is not clear on whether this is OK.
The power sequencing Figure 3 only shows VDD and VDDA.
Section 6.3.18, Table 66 states that VREF+ should be 2V to VDDA when VDD >= 2V.
That doesn't make sense in the case where VREF+ is internally being generated (not externally regulated) by the VREFBUF and before the chip has been programmed to generate a VREFBUF voltage. In that scenario, VREF+ would be 0V until programmed otherwise.
Can anyone provide guidance on whether the sequencing that I described is appropriate for VDD/VDDA and VREF+?
Best,
Shane