cancel
Showing results for 
Search instead for 
Did you mean: 

What exactly is the operation cycle of Medel.cpp's void Model::tick()? And is it possible to set the operation cycle? I would like to know.

mSH.1
Associate III

hello,​

I am trying to run the project created with TouchGFX in STM32H735D-GK.

It seems that the operation period of void Model::tick() of Medel.cpp is longer than 10ms instead of 10ms.

What exactly is the operation cycle of Medel.cpp's void Model::tick()?

And is it possible to set the operation cycle? I would like to know.

thank.​

1 REPLY 1
MM..1
Chief II

I mean in normal operation is synced with VSYNC = framerate, based on mode for your display.

For example around 60Hz = 16.67ms, but perfect calc need use dot clock ...