Hello,I'm using an STM32F7508-DK, with a project generated by TouchGFX Designer 4.15. I have a Graph and a Text Area on screen with a wildcard that gets updated from Model::Tick() every frame, so this is my code:Model.cpp:void Model::tick()
{
model...