2026-02-22 8:23 AM
I am trying to build a project using STM32CUBEMX 6.16.0 and 6.16.1 but the ioc file doesn't export the full supporting header file for the touchgfx.
Solved! Go to Solution.
2026-02-22 9:18 AM
You have to run (at least once) the code generation in TouchGFX 4.26.0 Designer (the Windows PC application is normaly where You have the STM32Cube repository:
C:\Users\<YourUsername>\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-TOUCHGFX\4.26.0\Utilities\
Open the (generated) ApplicationTemplate.touchgfx.part file in TouchGFX designer and click the "Generate Code" Button.
2026-02-22 9:18 AM
You have to run (at least once) the code generation in TouchGFX 4.26.0 Designer (the Windows PC application is normaly where You have the STM32Cube repository:
C:\Users\<YourUsername>\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-TOUCHGFX\4.26.0\Utilities\
Open the (generated) ApplicationTemplate.touchgfx.part file in TouchGFX designer and click the "Generate Code" Button.
2026-02-23 9:42 AM
Thank You, Your solution worked.