2021-11-12 05:49 AM
2021-11-12 06:39 AM
If SysTick isn't being called, perhaps you have interrupts disabled. Hard to know what's going on without any code.
2021-11-12 06:54 AM
Has this function been generated by MX: SysTick_Handler()
It calls HAL_IncTick() which is the counter returned by HAL_GetTick()
Should be enabled in MX:
Paul