2017-02-03 01:38 AM
2017-02-03 02:02 AM
Hi
Buonanno.Antonio
,There is an example entitled 'PWR_STOP_RTC'. Itshows how to enter Stop mode and wake up from this mode by using the RTC wakeup timer event connected to an interrupt.
You can refer to this exampleto figure out if you are missing something in your configuration.
The example is found under the
:STM32Cube_FW_L1_V1.6.0\Projects\STM32L152RE-Nucleo\Examples\PWR\PWR_STOP_RTC
Khouloud.
2017-02-06 07:42 AM
Hi Khouloud, thanks for your answer but this example don't use cubemx initialization and for me is important to use it,
Antonio
2017-02-06 08:08 AM
Hello Antonio,
By comparing your settings with the one used in the example, maybe you figure out the issue.
Khouloud.