Closed ravo closed 1 week ago
Dear @ravo,
Thank you for this other notification. Actually, this has been fixed a couple of days before your post this issue, as you can see below.
I suggest to close this issue in this case. Thank you again for having reported.
With regards,
Fixed in commit 66b7103d9e146b9e8c5eeab9349855669be40d8a
Dears,
I found same error as https://github.com/STMicroelectronics/stm32f4xx-hal-driver/issues/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.
https://github.com/STMicroelectronics/stm32h7xx-hal-driver/blob/6f5e35e30ac09ba7bf44139a97b289d3df53cf9c/Src/stm32h7xx_hal_rtc_ex.c#L2712 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