Skip to main content
Associate III
March 21, 2024
Solved

I want to use TouchGFX with stm32f207zgt6

  • March 21, 2024
  • 3 replies
  • 1416 views

Hello everyone in the community.
I wanted to create a screen for "stm32f207zgt6" using "TouchGFX 4.23.1 Designer", but the board I wanted to use did not exist in the board options.
How should I create a screen in this case?
Also, after creating the screen, how can I program it with "cubeIDE"?
It would be helpful if you could explain it clearly.

This topic has been closed for replies.
Best answer by LouisB

Hello @t-oka,

Sorry but by screen, you mean a TouchGFX project? If so, you may refer to Board Bring Up Introduction | TouchGFX Documentation. This is the documentation to create a TouchGFX project with a custom board.

After creating your TGFX project, you will be able to modify the code.

I hope it answers your question,

Regards,

 

3 replies

LouisBBest answer
ST Employee
March 25, 2024

Hello @t-oka,

Sorry but by screen, you mean a TouchGFX project? If so, you may refer to Board Bring Up Introduction | TouchGFX Documentation. This is the documentation to create a TouchGFX project with a custom board.

After creating your TGFX project, you will be able to modify the code.

I hope it answers your question,

Regards,

 

mƎALLEm
Technical Moderator
March 25, 2024

As stated by @LouisB , TouchGFX designer doesn't include a board related to STM32F2XX product in its list. So you need to create your own project based on your custom board with CubeMx/TouchGFX

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
t-okaAuthor
Associate III
March 26, 2024

Thank you for your reply,

Is there a sample for creating my own project based on a custom board using CubeMx/TouchGFX if the TouchGFX designer's list does not include the relevant board? I would like to use it as a reference.

ST Employee
March 26, 2024

Hello @t-oka,

You can always take an already existing board in TGFXDesigner or CubeMX to draw inspiration from.

I hope it answers your question,

Regards,