stm32duino / STM32RTC

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

F401CCU6 BOARD FREEZES WHEN rtc.setClockSource(STM32RTC::LSE_CLOCK); IS CALLED #65

Closed augustinenwafor1997 closed 2 years ago

augustinenwafor1997 commented 2 years ago

I have seen other issues about this but no definitive solution so I decided to create a new issue because this is a serious problem for me. My code works perfectly with the bluepill but once I connect the blackpill, the code doesn't get past the line rtc.setClockSource(STM32RTC::LSE_CLOCK);. Please how do I solve this problem?

fpistm commented 2 years ago

Hi @augustinenwafor1997 Please avoid to create multiple issue for the same things. https://github.com/stm32duino/Arduino_Core_STM32/issues/1698