stm32duino / STM32RTC

Arduino RTC library for STM32.
135 stars 49 forks source link

Error when compiling for STM32WL55xx #83

Closed Miceuz closed 1 year ago

Miceuz commented 1 year ago

rtc.h:136:24: error: 'RTC_LSECSS_IRQn' undeclared

The problem is that RTC_LSECSS_IRQn is declared only for M0 core of STM32WL55xx. M4 core has TAMP_STAMP_LSECSS_SSRU_IRQn also default decision to use RTC_WKUP_IRQn like it is commented now is acceptable.