Skip to content

Examples rtc alarm with interrupt not working #70

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

Closed
rozrabiak opened this issue Jul 6, 2022 · 2 comments · Fixed by #72
Closed

Examples rtc alarm with interrupt not working #70

rozrabiak opened this issue Jul 6, 2022 · 2 comments · Fixed by #72
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@rozrabiak
Copy link

Examples provided with library not working with stm32f401 (blackpill).
Interrupt time never start.
I try to change time in examples - no effects..
Vscode, platformio, stm32core 14.0.1 for arduino

@jan019
Copy link

jan019 commented Jul 6, 2022

Try calling rtc.setPrediv(-1, -1); before the rtc.begin() function. Also see #71.

@rozrabiak
Copy link
Author

Try calling rtc.setPrediv(-1, -1); before the rtc.begin() function. Also see #71.

It work's, thank's!

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.

4 participants