stm32duino / STM32RTC

Arduino RTC library for STM32.
127 stars 48 forks source link

Blue Pill STM32RTC LSE_CLOCK not working. #39

Closed arun912-ux closed 4 years ago

arun912-ux commented 4 years ago

Describe the bug I've uploaded the Example code SimpleRTC with clock source set to LSE_CLOCK. When I compile, there are no errors. But after I upload it, clock seems to be not working. When code is uploaded with LSI_CLOCK everything is fine.

Expected behavior As per code, time should be shown in serial Monitor. But nothing happens.

Screenshots

Desktop (please complete the following information):

Board (please complete the following information):

Additional context I need help.

fpistm commented 4 years ago

Duplicate of #33