User Activity

I've got a strange situation. I've enabled systick, but it doesn't keep time unless the CPU is active. Key excerpts:main.c: SysTickInit(sys_clocks.SYSCLK_Frequency);void SysTickInit(unsigned base_freq) { SysTick->CTRL = 0; // Turn it off. ...
Kudos from