RTC reference clock detection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-10-15 5:44 AM
Posted on October 15, 2013 at 14:44
Hello,
we
want to build
a system with
some
STM32F407s
.For
error
memory
, it is importantthat
all controllers
have
the same
time
.I would like to
use the
RTC and
the
RTC_REFIN
input
to synchronize the
RTCs
.The RTC
with LSE (32768Hz) runs fine
.Only the
synchronization does not work
.On
pin
PB15
is
a
50Hz
signal.
The
pinPB15
is
configured as an input
pin
.REFCKON in RTC_CR
is
also set.
(PREDIV_A=0x7F and PREDIV_S=0xFF, RTC_CALIBR=0x00.)I checked
this issuewith
Calibration
Clock Out
(1s
) anda
wake-up
interrupt
(toggle a pin in Interrupt Service Routine)(
Atimer
I could
easily
sync with my
exteren
clock
).Does anyone have an
idea
where my
mistake is
? Thanks you. #stm32f4 #refckon #rtc
Labels:
- Labels:
-
RTC
-
STM32F4 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
2013-10-15 6:54 AM
Posted on October 15, 2013 at 15:54
The
pinPB15
is
configured as an input
pin
. Would think you'd want an AF configuration, and PinSource'd AF Mux setting.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
