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

RTC RV3028 clock output disabled by enabling alarm/update callback #77126

Closed
jakubtopic opened this issue Aug 15, 2024 · 0 comments · Fixed by #77128
Closed

RTC RV3028 clock output disabled by enabling alarm/update callback #77126

jakubtopic opened this issue Aug 15, 2024 · 0 comments · Fixed by #77128
Assignees
Labels
area: Drivers area: RTC Real Time Clock bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@jakubtopic
Copy link
Collaborator

Describe the bug
A bug was discovered by @jeffwelder-ellenbytech related to the rv3028 driver. When enabling the alarm or update callbacks with interrupts enabled, the driver unexpectedly disables the RTC's programmable clock output during runtime.

Expected behavior
Setting the alarm/update callback should not affect the configuration of the clock output.

Impact
This bug prevents utilizing the rv3028's built-in oscillator alongside with RTC alarm/update interrupts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Drivers area: RTC Real Time Clock bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant