WB5MMG RTC Inaccurate, RTC increase by 1s requires 10s or more in reality.32.768 LSE has been used. RTC_TimeTypeDef sTime = {0};
HAL_RTC_GetTime(&hrtc, &sTime, RTC_FORMAT_BIN);
RTC_DateTypeDef sDate = {0};
HAL_RTC_GetDate(&hrtc, &s...
C/c++ projects can be created normally, but cubeide will crash when creating stm32 projects.I tried to reinstall jdk11 or jdk17, but it didn't work.MacOs 12.0.1Cubide 1.4-1.7 have all tried, but they can’t work properly.
RCC settings for LSE is here. I have tried every option of LSE Driver, but it didn’t work.CFG_RTC_ASYNCH_PRESCALER andCFG_RTC_SYNCH_PRESCALER is an option of CubeIde, and there are no other options to choose.#define CFG_RTC_ASYNCH_PRESCALER (0x0F)
#d...