How to configure the Systick Timer to work with the HSE PLL?
I would like to develope a program for a custom board that uses an external 8MHz cristal oscillator and a STM32G441RBT6 as a MCU. I configure the HCLK to be 120MHz with the PLL but when I try to do a HAL_Delay or a TIM count it gets stuck not countin...