User Activity

Platform Nucleo-H563ZICubeIDE V1.15.0ioc file attachedI'm starting with a simple app to get fimilar with the new Middleware.I created a new STM32 app and enabled ThreadX and FileX.I also changed the recommended settings for IChache and the system tim...
It appears that if the output bit is set (RTC_CR_COE) it doesn't get cleared when the RTC is initialized.In the library code:HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc){... else {   /* Clear RTC_CR FMT, OSEL and POL Bits */   hrtc->Instan...