Question
STM32MXCube V5.3.0 is not generating SysTick code. SYSCLK and HCLK not updating.
I'm using the STM32G070CBTx. The Cube Clock Configuration window is set up for HSI RC and PLLCLK. SYSCLK and HCLK are both set to 64MHz. The code generated by SystemClock_config() appears correct. But calls to HAL_RCC_GetHCLKFreq() and HAL_RCC_GetSysClockFreq() return 16MHz. What am I missing?
