Posted on July 27, 2016 at 16:36
Hello,
I have made a previous subject for exit standby mode with WKUP and RTC but no response wet, so i have try to to do the same with STOP mode also problems...
Platfrom is STM32L162
I just want to :
...
Posted on July 22, 2016 at 16:08
Hello,
I have problem to wake up from standby mode.
I ma working on STM32L162, WKUP2 is on PC13
I succeed to wake from RTC timer or with the WKUP2 pin individually on my board, but when i want to be wake...
Posted on August 02, 2016 at 17:21Hi,For my previous post there is a Errata sheet from ST : DM00106315 and we can't be wake in our case from standby after RTC AND WKUP because our WKUP pin is high before entering in standby...I have still problem to...
Posted on July 27, 2016 at 17:19Thanks Clive1 for your fast response, i was thinking my problem is pretty simple, anything in my code can explain why I don't enter in Stop Mode ?After the instruction HAL_PWR_EnterSTOPMode, i am in STOP mode you are ...