cancel
Showing results for 
Search instead for 
Did you mean: 

I want to use TouchGFX with stm32f207zgt6

t-oka
Associate III

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.

4 REPLIES 4
LouisB
ST Employee

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,

 

Louis BOUDO
ST Software Developer | TouchGFX
SofLit
ST Employee

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-oka
Associate III

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.

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,

Louis BOUDO
ST Software Developer | TouchGFX