Skip to main content
Associate
April 25, 2025
Solved

how to design wakeup voltage of STM32F072xB WKUP PA0 port

  • April 25, 2025
  • 1 reply
  • 543 views

from datasheet " The wakeup source from Sleep and Stop mode is an EXTI line configured in event mode.

The wakeup source from Standby mode is the WKUP1 pin (PA0); The device exits Standby mode when an external reset (NRST pin), an IWDG reset, a rising edge on the WKUP pins, or an RTC event occurs"

According to description above ,   if I use a rising edge on the WKUP pins, how big rising edge voltage need to supply to wake up MUC from standby mode?

looking forward your response! I will appreciate that!

Best answer by Andrew Neil

See the standard logic-level definitions for the pin - in the datasheet.

 

PS:

AndrewNeil_0-1745573869608.png

https://www.st.com/resource/en/datasheet/stm32f072rb.pdf#page=79

via: https://www.st.com/en/microcontrollers-microprocessors/stm32f072rb.html#documentation

AndrewNeil_1-1745573963577.png

 

 

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
April 25, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Henry1314Author
Associate
April 25, 2025
could please help find this value? I am confused by I/O voltage and rising edge voltage
Andrew Neil
Super User
April 25, 2025

"Rising edge" simply means a transition from a valid logic low level to a valid logic high level

 __________________ Logic High
 |
 |
 |
Logic Low ______________|
 ^
 ^
 Rising Edge 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.