[STM32H750B-DK + TouchGFX + FreeRTOS] HAL_GetTick() stuck – SysTick issue?
Hello,
I'm working on a project using the STM32H750B-DK board with TouchGFX and FreeRTOS. The application gets stuck in this loop:
while ((HAL_GetTick() - tickstart) < Delay) {}

I debugged and confirmed that HAL_GetTick() is not incrementing
