2025-04-25 2:30 AM
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!
Solved! Go to Solution.
2025-04-25 2:34 AM - edited 2025-04-25 2:39 AM
See the standard logic-level definitions for the pin - in the datasheet.
PS:
https://www.st.com/resource/en/datasheet/stm32f072rb.pdf#page=79
via: https://www.st.com/en/microcontrollers-microprocessors/stm32f072rb.html#documentation
2025-04-25 2:34 AM - edited 2025-04-25 2:39 AM
See the standard logic-level definitions for the pin - in the datasheet.
PS:
https://www.st.com/resource/en/datasheet/stm32f072rb.pdf#page=79
via: https://www.st.com/en/microcontrollers-microprocessors/stm32f072rb.html#documentation
2025-04-25 2:40 AM
2025-04-25 3:03 AM - edited 2025-04-25 3:14 AM
"Rising edge" simply means a transition from a valid logic low level to a valid logic high level
__________________ Logic High | | | Logic Low ______________| ^ ^ Rising Edge
2025-04-25 3:58 AM
I think MCU detects rising edge determined by Logic high voltage level and ramp up time.
I am hardware engineer So I need to know the Logic high voltage level, follow your info the 0.445VDDIOx+0.398V is right?