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

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

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Nov 7, 2022

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

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

  • HAL_RTC_AlarmIRQHandler()
  • HAL_RTCEx_WakeUpTimerIRQHandler()

Fixes #78

Sometimes, both HAL IRQ handler should be call from RTC vector
* HAL_RTC_AlarmIRQHandler()
* HAL_RTCEx_WakeUpTimerIRQHandler()

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
@ABOSTM ABOSTM force-pushed the G0_WAKUPTIMER_MULTIPLEXING branch from 0506b47 to d857078 Compare November 10, 2022 14:57
@ABOSTM ABOSTM changed the title fix: G0 has 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer fix: 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer Nov 10, 2022
@fpistm fpistm merged commit 4c0bcda into stm32duino:main Nov 14, 2022
@fpistm fpistm added the bug label Nov 14, 2022
@fpistm fpistm added this to the 1.3.3/1.4.0 milestone Nov 14, 2022
@fpistm fpistm added bug 🐛 Something isn't working fix 🩹 Bug fix and removed bug bug 🐛 Something isn't working labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RTC_Seconds example not working on Nucleo G071RB
2 participants