Skip to main content
Associate III
June 8, 2025
Solved

TOUCHGFX and CPU

  • June 8, 2025
  • 4 replies
  • 2371 views

Moved from Feedback forum - the Feedback forum is not for product questions.


Hello,

I have a problem with using TouchGfx, if I create a project with an STM32F429 without adding any code the compilation is ok, if I activate TouchGFX (Graphic application checked) I have compilation errors (see attachment) I don't know how to do it, I would like to start with TouchGFX with this project

Best regards

Sébastien

Best answer by GaetanGodart

Hello @PSEBA.1 ,

 

Since you are new and in addition to the other comments, I invite you to look at:

 

Regards,

4 replies

MM..1
Chief III
June 8, 2025

Adding TGFX isnt one step . 

1. Add package in MX   ( downloaded version before step 0 ) configure and generate first code.

2. Install Designer same version, you have one installer in repository downloaded in step 0

3. In generated code folder exist TouchGFX subfolder and template file here double click and generate GUI part code. Next time dont use template but new saved tgfx project file

4. Refresh IDE preject and build

PSEBA.1Author
Associate III
June 10, 2025

Hello,

 

Sorry but i don't undestand, i'm new to stm32.

Best regards 

Andrew Neil
Super User
June 10, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
GaetanGodart
GaetanGodartBest answer
Technical Moderator
June 10, 2025

Hello @PSEBA.1 ,

 

Since you are new and in addition to the other comments, I invite you to look at:

 

Regards,

PSEBA.1Author
Associate III
June 10, 2025

Hello Gaetan,

My problem is to integrate my Touche GFX project into my project with Cube IDE,

I have compilation errors

Best regards.

Sébastien (France).

PSEBA.1Author
Associate III
June 11, 2025

Hello,

I'm getting back to you about my project. I created a project with a TFT with an SSD1963 driver and an STM32f429. I'm able to display screens and text. I'd like to use touchGFX to create my screens more easily. I've enabled touchGFX in my project, but as soon as I compile, I get errors. Is it possible to get some help

Best regards.

Andrew Neil
Super User
June 13, 2025

That's just a repeat of your opening question - to which you have already marked a solution.

If you have a new question, please start a new thread. You will need to give more details in that thread - see: How to write your question to maximize your chances to find a solution.

 

Or, if you think the original question is not answered, then unmark that solution. Then you will need to give more details here for people to be able to help you - again, see: How to write your question to maximize your chances to find a solution.

 

But just re-posting the same message with no additional information is not going to help.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
PSEBA.1Author
Associate III
June 13, 2025

Duplicate - merged.


Hello,

I created an application with a TFT screen (SSD1963 Driver), I manage to create my texts and shapes on the screen with the driver datasheet, I would like to use TouchGFX to have interactive menus, I tried to create menus with TouchGFX but then I don't know how to make the connection between TouchGFX and my screen driver.

Can someone help me ?

Best regards.

Sébastien