User Activity

Hello Community,i have the strange behavior that the Clockswitch to HSE does not work in STM32L051. __HAL_RCC_SYSCLK_CONFIG(RCC_ClkInitStruct->SYSCLKSource);   /* Get Start Tick */ tickstart = HAL_GetTick();   if(RCC_ClkInitStruct->SYS...
Hello Community,i have an empty project with STM32L051R8 MCU.Project was created with CubeIDE Version: 1.8.0Build: 11526_20211125_0815Only the OscillatorPins for external 8MHz crystal, RCC_MCO and SWDIO+SWCLK have been configured.HSE is used for PLL ...