You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: