STM32L152RE, RTC and STOP MODE for Low power
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 1:38 AM
The original post was too long to process during our migration. Please click on the attachment to read the original post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-06 7: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-06 8:08 AM
Hello Antonio,
- I advise you to take the example as a reference.
By comparing your settings with the one used in the example, maybe you figure out the issue.
- There is already a request to provide the 'ioc' files with the cube examples in the coming versions.
Khouloud.
