Question
model::tick() and other functions get blocked occasionally
The following functions get blocked during application:
- void Model::tick() ;
- void handleTickEvent() ;
- OSWrappers::waitForVSync() ;
However, OSWrappers::signalVSync() works fine. The issue happens occasionally, most of the time, the TouchGFX GUI application is working fine.
What is the root-cause and how to debug / fix this issue?
Thanks
Jianchun
