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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-02 10:49 PM
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.
Labels:
- Labels:
-
STM32H7 series
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-03 12:12 PM
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 ...
