stm32duino / STM32RTC

Arduino RTC library for STM32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

augustinenwafor1997 opened this issue · comments

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?

Hi @augustinenwafor1997
Please avoid to create multiple issue for the same things. stm32duino/Arduino_Core_STM32#1698