Solved
Calculation of RTC in certain months(Months with 31)
Hello everyone,
In my sample project I have created, RTC does not perceive certain months as 31 days. Although it is 31 days in July, October, December, I took the same result in my essays with a code sample with an RTC code.I don't have problems in January, March, and August.
What are your ideas?
July 30 -> 01 august (Problem)
Func:
HAL_RTC_SetTime(&hrtc,&updateTime,RTC_FORMAT_BIN);
HAL_RTC_SetDate(&hrtc,&updateDate,RTC_FORMAT_BIN);
Card I used: F407VG 168mhz
