Timebase no longer works after the TouchGFX Engine Initialization
Form TouchGFX Designer 4.18.1 I created a simple application.
I imported the project into the STM32CubeIDE (1.9) and added support for FreeRTOS.
I have selected TIM7 as the timebase source.
After calling TouchGFXGeneratedHAL::initialize() in file TouchGFXHAL.cpp the TIM7 interrupt is no longer called!
I also tried with other timers: same result.
What could be the problem ?
I noticed the problem because I had put a Hal_Delay after switching on the Display which never returned.
My hardware is NUCLEO-G071RE and X-NUCLEO-GFX01M1
