RTC on STM32L053R8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-03-05 8:49 PM
Posted on March 06, 2017 at 05:49
I tried to work with RTC (LSI) on STM32L0 but I got a problem. My desire is run a RTC like normal watch and get time at 2 point and find time between 2 point in milisecs but when I get time debugger always give me 0x00 even though using for loop to delay. I use AsynchPrediv = 127; and SynchPrediv = 255;
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-03-06 12:38 AM
Posted on March 06, 2017 at 09:38
Hi
Tanomsup.Nathapol
,I recommend you to start from ready example about RTC under the STM32L0 firmware package :
STM32Cube_FW_L0_V1.8.0\Projects\STM32L053R8-Nucleo\Examples\RTC
-Nesrine-
