2025-01-16 02:33 AM - last edited on 2025-01-16 02:57 AM by Andrew Neil
I am using STM32H747I-DISCO board, and this is the selected board in TouchGFX Designer.
I created the Tutorial 3 Applications with multiple Screens in TouchGFX Designer called DigitalClock app. I added Clock displays and UP/DOWN arrows with its virtual functions. The app works fine in Simulator, hours and minutes can be set to any value between 0-23 and 0-59 range. Overflows are handled right.
Even the DigitalClock runs fine in Visual Studio 2022 (C:\TouchGFXProjects\DigitalClock\CM7\TouchGFX\simulator\msvs\Application.sln). I can set breakpoints, check value of display buffers. It is amazing job guys. Congrats!
The problem begins when I connect the STM32H747I-DISCO board to my PC and I click Program and Run Target in TouchGFX Designer. It fails with a funny "No such file or directory" as the first error (There are other errors and all are related to generating fonts. The first error is
arm-none-eabi-g++: error: CM7/TouchGFX/generated/fonts/src/Font_verdana_20_4bpp_0.cpp: No such file or directory.
But I checked it. The file exists, it is readable and its content looks good to me. I attached the whole log what I got during executing Program and Run Target function in TouchGFX Designer.
I think I am not experienced enough (yet) to resolve this problem.
Best regards,
Louis