Question
Bad init in LL for systick.
I try use systick handler in STM32G0 uC, i use LL libray. In funcion to activate Systick ( void LL_InitTick(uint32_t HCLKFrequency, uint32_t Ticks) ) is a bug.
The error consists in incorrect setting of the SysTick-> CTRL (STK_CSR) configuration register, bit 1 (TICKINT) is missing.
