2024-11-27 06:31 AM - last edited on 2024-11-29 06:15 AM by Amel NASRI
hello!
i have a question about the power voltage detector in (external input analog voltage)
i have a adjustable power supply connected on the pin (using a nucleo-G0B1RE)
i was thinking that if i drop the voltage on the pin under the vref int voltage a interrupt should be triggered.. but unfurtunately i'm not able to do that..
there is an exmple? i 'm able to use the internal analog voltage without problem
thank you
2024-11-29 06:15 AM
Post moved from How to Use STM32G0 Power Voltage Detector with STM32CubeIDE??
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-29 06:23 AM
Hi @ABasi.2 ,
Please try using this example: Github: STM32CubeG0/Projects/NUCLEO-G0B1RE/Examples/PWR/PWR_PVD.
Refer to the readme file to understand how it works and to know more about the required hardware setup to test the example properly.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.