Skip to main content
David.Cheng
Associate III
October 13, 2019
Question

how to implement 5s key press wakeup under stop mode?

  • October 13, 2019
  • 1 reply
  • 839 views

..

This topic has been closed for replies.

1 reply

JoniS
Senior
October 13, 2019

Wake up from the keypress and continue sampling the button state if it's long enought high/low , wake up else go back to sleep after the button is released.​

David.Cheng
Associate III
October 14, 2019

it seems that it will wakeup until key released for stm8, what if stm32?

JoniS
Senior
October 14, 2019

Then it's configured to detect and wakeup on wrong edge of signal (rising/falling), or if not possible to configure such option you need to modify the hardware.​