2021-11-11 08:51 AM
hello.
touchGFX in the project I set is not going to tick. it is going to :
touchgfx::HAL::taskEntry() , OSWrappers::waitForVSync
I need it to go to :
touchgfx::HAL::taskEntry() , touchgfx::HAL::tick() , FrontEndApplication:handleTickEvent(), Model:tick()
this scenario I have in another project and in the other project touchGFX is OK with tick.
how can I change the taskEntry. I have no source code for this.
thanks.