How to use same pin as gpio input and syswkup pin ?
I am using STM32L0Configured PA.0 as syswkup pin in cubemxBut i want to use it as gpio input for a push button while running the microcontroller and send it to standby mode.And while in sleep ,want to use same button to wakeit upIs it possible ?How t...