2025-06-09 4:18 AM
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
2025-06-09 7:17 AM
Hello,
Hard to tell what the problem is.
Meanwhile, as you are using FreeRTOS, ensure you configured a timer TIMx for HAL and Stsem tick for FreeRTOS.
Ensure the timer has started and it is counting ..