User Activity

In the function:HAL_RTCEx_DisableBypassShadow()There is a cast to uint8_t in the line that resets the bithrtc->Instance->CR &= ((uint8_t)~RTC_CR_BYPSHAD);This causes the upper 24 bits of this configuration register to be cleared to 0s when called. Ev...
Kudos from