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 the device into standby.
The device goes into standby, but does not wake when I apply 3.3V to PA0 (?)
Are there more settings/setup? Is there more documentation then just the HAL manual?
Thank you in advance!
