Question
HAL tick not working with FreeRTOS for STM32H7
I have an STM32H7 project (created by TouchGFX) that uses FreeRTOS.
FreeRTOS uses the systick, so the HAL uses TIM2 for it's timebase.
However, HAL_IncTick is never called, so calls to HAL_Delay never return.
HAL_InitTick() is being called during startup and this results in TIM2 counting and its update interrupt flag being set. However, the interrupt handler never gets called.
