cancel
Showing results for 
Search instead for 
Did you mean: 

Custom STM32 project with TouchGFX

PSpee.2
Associate II

Hi all,

My goal is to develop a personal STM32 + TouchGFX project.
I’m reaching out to you because I’ve gone through all the tutorials, YouTube videos, GitHub repositories, ChatGPT, etc., without finding a solution.
I followed the tutorial ''https://www.youtube.com/watch?v=__wggrTcx_0''. It works at the end of the video,
but when I reproduced it step by step exactly as shown, the result was a white screen.

Let me explain:
Here is my project: STM32F429I + SDRAM + FLASH N25W128 + RIVERDI RGB888 LCD with framebuffer management.
My STM versions: CubeIDE 2.0 - CubeMX 6.15 - TouchGFX Designer 4.26.

ST recommends starting a project with TouchGFX Designer.
But since my project is custom,
TouchGFX Designer does not offer a “custom” template. So how do I start my project?

I therefore started with CubeMX, but after integrating TouchGFX into IDE with a background image (TouchGFX),
the screen remains white.

So I’m looking for a step-by-step method to successfully complete my project, namely, as a first step, to display an image integrated by TouchGFX.

Thank you

Patrick


Voulez-vous que je vous aide à rédiger un message clair en anglais pour un forum ou un support ST, ou bien préparer un guide pas à pas pour résoudre votre problème d’écran blanc ?

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

Almost the same question here: How to create a TouchGFX Project for Custom Board?

It reommands to watch this video.

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.
MM..1
Chief III

For your combination CubeIDE 2.0 - CubeMX 6.15 - TouchGFX Designer 4.26 is only very basic info in existing tutorials or videos (many years old)

1.But simply start in Designer and choice one existing board most simmilar to your. If not exist choice only display interface type ... use generated project as learning reference.

Custom project is MX use as first step without add TouchGFX into project. In MX setup peripherals and generate code. Then learn how use your LCD and add init parts , test if work .

After this add TGFX ... reopen ioc in MX and add software package and configure it ... before this install designer , but this you do in point 1...

Hi,

I have carefully followed this video. I reproduced all the steps shown
in the video, but it doesn’t display any result.
Is there a “TouchGFX Webinar 4” video that shows how to complete this
project and see the screen with the button?
Thank you,
Patrick