Closed Miceuz closed 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.
RTC_LSECSS_IRQn
TAMP_STAMP_LSECSS_SSRU_IRQn
RTC_WKUP_IRQn
The problem is that
RTC_LSECSS_IRQn
is declared only for M0 core of STM32WL55xx. M4 core hasTAMP_STAMP_LSECSS_SSRU_IRQn
also default decision to useRTC_WKUP_IRQn
like it is commented now is acceptable.