User Activity

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...
/** * @brief Check if the Coprocessor Wireless Firmware loaded supports Thread * and display associated informations * @param None * @retval None */ void CheckWirelessFirmwareInfo(void) { WirelessFwInfo_t wireless_info_instance; Wir...
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.