2013-10-15 05:44 AM
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 #rtc2013-10-15 06:54 AM
The
pinPB15
is
configured as an input
pin
. Would think you'd want an AF configuration, and PinSource'd AF Mux setting.