User Activity

Using HAL library set up RTC, but at times SKIPS seconds. WHY?This is the setup:static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; /* USER CODE BEGI...
Using STM32CubeIDE to program Nucleo-F401RE - completed Hello World - LED blinked.Now want to start a new project, but STM32CubeIDE continues to show Hello World Code.How do start a new project without prior code?