Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling for STM32WL55xx #83

Closed
Miceuz opened this issue Dec 20, 2022 · 0 comments · Fixed by #84
Closed

Error when compiling for STM32WL55xx #83

Miceuz opened this issue Dec 20, 2022 · 0 comments · Fixed by #84
Labels
bug 🐛 Something isn't working
Milestone

Comments

@Miceuz
Copy link
Contributor

Miceuz commented Dec 20, 2022

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.

Miceuz added a commit to Miceuz/STM32RTC that referenced this issue Dec 20, 2022
@fpistm fpistm added the bug label Dec 21, 2022
@fpistm fpistm added this to the 1.3.5 milestone Dec 21, 2022
@fpistm fpistm linked a pull request Dec 21, 2022 that will close this issue
@fpistm fpistm added bug 🐛 Something isn't working and removed bug labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants