stm32duino / STM32RTC

Arduino RTC library for STM32.
135 stars 49 forks source link

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

Closed ABOSTM closed 2 years ago

ABOSTM commented 2 years 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