RTC out in the STM32L151UC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-09 7:09 PM
Posted on February 10, 2015 at 04:09
Hello,
I'm using the STM32L151UC and set the RTC clock with 32.768KHz.Can we generate the 64Hz out from RTC_OUT on PC13? #stm32l151 #rtc_out
Labels:
- Labels:
-
RTC
-
STM32L1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-10 1:27 AM
Posted on February 10, 2015 at 10:27
> I'm using the STM32L151UC and set the RTC clock with 32.768KHz.
> Can we generate the 64Hz out from RTC_OUT on PC13?
According to the ''Calibration clock output'' chapter in RM0038, on other than Cat1 devices you should be able to achieve that by setting the asynchronous prescaler to divide by 2 (PREDIV_A = 1) and the synchronous then to divide by 16384; and having COSEL bit set. But doing so has consequences e.g. on power consumption, RTC calibration - read thoroughly the whole RTC chapter. JW