RTC Initialization have a problem.
HiI created my new project follow SubGHz Phy Ping Pong example project. This is my MX_RTC_Init() function:void MX_RTC_Init(void) { /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateType...