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
I found same error as STMicroelectronics/stm32f4xx-hal-driver#36. I forgot to mention also that these error could be in whole HAL across different MCUs. I also using STM32H7 and in 1.11.2 same error. I am not "expert" in github. Pleas apologize me if I double the original issue 36.
Dears,
I found same error as STMicroelectronics/stm32f4xx-hal-driver#36. I forgot to mention also that these error could be in whole HAL across different MCUs. I also using STM32H7 and in 1.11.2 same error. I am not "expert" in github. Pleas apologize me if I double the original issue 36.
stm32h7xx-hal-driver/Src/stm32h7xx_hal_rtc_ex.c
Line 2712 in 6f5e35e
Which produce upper 24 bits are zeroed when modifying 32 bit RTC_CR register. Please correct to
hrtc->Instance->CR &= ~RTC_CR_BYPSHAD;
Regards
Radim
The text was updated successfully, but these errors were encountered: