FreeRTOS task execution frequency changes with TouchGFX screen
Hello community,
I have this problem. I have a project with the STM32U575RGTx microcontroller.
It includes also FreeRTOS (Version 1.3.1) and a TouchGFX project (Version 4.26.0).
With this system configuration: Timebase Source TIM17
The TouchGFX project has screens that require more or less CPU, the problem that I have is that when one or other screen is selected the execution frequency of the FreeRTOS tasks and the HAL_TIM_PeriodElapsedCallback change their execution frequency, so I can not have a valid time reference to do other things in my firmware application.
Has anyone faced the same problem?
Much thanks in advance!
