2024-03-20 06:25 PM
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.
Solved! Go to Solution.
2024-03-25 08:00 AM
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,
2024-03-25 08:00 AM
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,
2024-03-25 10:04 AM - edited 2024-03-25 10:05 AM
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
2024-03-25 05:43 PM
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.
2024-03-26 06:47 AM
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,