-
Notifications
You must be signed in to change notification settings - Fork 51
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
RTC_Seconds example not working on Nucleo G071RB #78
Comments
Hi @harji2130, I proposed a fix : #79 |
Hi, |
PR #79 has been updated to take into account similar issue on L0, F0, U5, L5 |
All series tested. Thanks @ABOSTM . |
I am using an STM32 RTC_Seconds example to test one second interrupt on my Nucleo G071RB (STM32G071RB) board but the interrupt does not work on my Nucleo board. I also checked on the Agafia SG0 board (STM32G071CBT6) but the second interrupt does not work.
On looking into the source files, the STM32G71x MCU has OneSecond_IRQn defined in rtc.h as
#define ONESECOND_IRQn RTC_TAMP_IRQn
that uses global RTC/TAMP interrupt
RTC_TAMP_IRQn = 2, /*!< RTC interrupt through the EXTI line 19 & 21
defined in stm32g071xx.h fileThe text was updated successfully, but these errors were encountered: