Posted on January 05, 2018 at 08:52Hi Dijith,actually your code looks correct. In my code I have also disabled the wakeup line. My code is for an STML4xx microcontroller, so the recovery from the shutdown can be managed by RTC or 5 GPIOs.In my appl...
Posted on January 04, 2018 at 09:21HI Dijith,I partially solved the problem adding HAL_PWREx_DisableInternalWakeUpLine() just before HAL_PWREx_EnterSHUTDOWNMode();It seems working on my setup.Marco