#define LL_RTC_MONTH_OCTOBER (uint8_t)0x10 /*!< October */
#define LL_RTC_MONTH_NOVEMBER (uint8_t)0x11 /*!< November */
#define LL_RTC_MONTH_DECEMBER (uint8_t)0x12 /*!< December */Additionally the faulty...
Hey @Amel NASRI I'm new to the community and was wondering if you are having a public bugfix tracker?Closely to this post I think I found a similar assert problem in the STM32Cube_FW_L4_V1.13.0 package. In stm32l4xx_ll_rtc.c the function LL_RTC_DATE...