STM32F070 Standby Mode (Not waking up...)
I wanted to test the wakup pin on the stm32f070f6.I have set pin PA0 to SYS_WAKUP1 and gave it the user name "WAKE". Before the user while loop I call: HAL_PWR_EnableWakeUpPin(WAKE_Pin); HAL_PWR_EnterSTANDBYMode();To enable wakeup (I thought) and put...