2025-07-09 2:57 AM
i'm successful to drive RGB LCD 480*272 with stm32cube IDE , but if i change to touchGFX and load into target , it have some following error , remark: simulator is OK
2025-07-09 2:35 AM
hello, everyone! I use a customed LCM driver board with STM32H750ZBT6 to drive a RGB_LCD that resolution is 480*272 , The LCD is normal and successful to drive when i generate the code with stm32CubeIDE , but if i generate the code with CMFile , using touchGFX to create UI , it have some error list under touchGFX
2025-07-09 3:05 AM - edited 2025-07-09 3:06 AM
Are you sure your makefile file is in that directory? , search for it and do the 'make' while youre in that path
2025-07-10 8:29 AM
Hello @miker ,
It seems you are using CMake toolchain.
You can only build and flash from TouchGFX Designer if you use STM32CubeIDE toolchain (gcc).
To build and flash using CMake, you should :
Regards,
2025-07-22 10:46 AM
Hello @miker ,
We have a dedicated article explaining in detail how to set up, build, and debug a TouchGFX project using CMake as build system. I recommend you to look at it : https://support.touchgfx.com/docs/development/scenarios/cmake-as-build-system