Skip to content

Implement one-second interrupts from RTC #595

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
pkourany opened this issue Aug 12, 2019 · 2 comments
Closed

Implement one-second interrupts from RTC #595

pkourany opened this issue Aug 12, 2019 · 2 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@pkourany
Copy link
Contributor

The STM32 Core contains HAL code in stm32f1xx_hal_rtc_ex.c to implement the RTC's built-in one second interrupt. However, this functionality is not currently included in the STM32RTC library. Can this be added?

Otherwise, given that many of the functions called in STM32RTC are defined in rtc.c (the RTC driver) is this the right file to add the extra functionality to?

@fpistm
Copy link
Member

fpistm commented Aug 20, 2019

Hi @pkourany
well all features can be added 🗡
Do not hesitate to provide a PR for this here and in the STM32RTC library.
And yes rtc.* is the right place.

@fpistm
Copy link
Member

fpistm commented Oct 7, 2020

This issue will be solved thanks stm32duino/STM32RTC#42
I close it here as the RTC drivers has been moved to STM32RTC library.

@fpistm fpistm closed this as completed Oct 7, 2020
@fpistm fpistm added the duplicate This issue or pull request already exists label Oct 7, 2020
@fpistm fpistm added enhancement New feature or request and removed Request labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants