cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CUBEMX 6.16.0/6.16.1 Not generating full code for Touchgfx

Caan
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
MHoll.2
Senior III

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.

View solution in original post

2 REPLIES 2
MHoll.2
Senior III

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.

Caan
Senior

Thank You, Your solution worked.