STM32F072xx - How to detect VDDIO2 presence?
DS9826 states that "The VDDIO2 supply is monitored and compared with the internal reference voltage (VREFINT). When the VDDIO2 is below this threshold, all the I/Os supplied from this rail are disabled by hardware. The output of this comparator is connected to EXTI line 31 and it can be used to generate an interrupt."
Is it possible to query directly whether VDDIO2 is below or above threshold? As I understand EXTI 31 can only be configured to trigger on raising or falling edge, but I would just want to read the current output value of the comparator, basically.
Thanks for your help!