Skip to main content
Graduate
November 27, 2024
Question

Looking for PVD example with STM32G0

  • November 27, 2024
  • 2 replies
  • 1118 views

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

 

 

 

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    November 29, 2024
    Technical Moderator
    November 29, 2024

    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