Resolved! STM32G474 Nucleo. Overclock example for HRTIM problem
I compiled example from st cube. I found in clock configuration this parameters:RCC_OscInitStruct.PLL.PLLM = RCC_PLLM_DIV6; RCC_OscInitStruct.PLL.PLLN = 85;This give to sysclk 177Mhz and it exceeds max frequency... when I set parameters to:RCC_OscIni...