Solved
RTC 30 Feb
Hello st community, I work on stm32F4, and I use with RTC for date time.
When I write in RTC a wrong day (for example 30 Feb 2023 or 31 Apr 2023) I havent a error in the result.
It is possible to ask if the data is correct ?
if (HAL_RTC_SetDate(&hrtc, &sDate_present_tmp, RTC_FORMAT_BIN) == HAL_OK)
