stm32duino / STM32RTC

Arduino RTC library for STM32.
125 stars 48 forks source link

fix: 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer #79

Closed ABOSTM closed 1 year ago

ABOSTM commented 1 year ago

fix: 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer

Sometimes, both HAL IRQ handler should be call from RTC vector

Fixes #78