2024-07-10 12:22 AM
Hello everyone,
I am currently working on programming the display of the STM32F469I-DISCO using X-Cube-TouchGFX.
What I want to achieve:
I aim to create a simple application that displays a button in the center of the screen, just to test the functionality.
The issue:
When I run the code in CubeIDE, the display remains black, and the backlight doesn't turn on. I have made sure that "MX_TouchGFX_Process()" is called within the `while (1)` loop.
Here are some additional details that might help in diagnosing the problem:
- I have initialized all required peripherals and included the necessary middleware.
- I have set up TouchGFX in the .part file.
Despite these efforts, the display still shows no signs of life. Has anyone encountered a similar issue or can provide guidance on what I might be missing?
A picture of my TouchGFX settings
Any help or suggestions would be greatly appreciated!
Thank you!
Solved! Go to Solution.
2024-07-10 03:14 AM
Okay, I see.
Please check out these documents based on the mode (Command/Video) you would like to use:
I also suggest reading the Abstraction Layer Architecture document. Since you are not using any operating systems, you need to set some configurations manually.
2024-07-10 01:11 AM
Hello @DerFreaker ,
If you are STM32F469I-Disco, then I suggest using the available TouchGFX Board Setup inside the TouchGFX designer to develop your application since all the required settings are already set for you, so, you can just focus on creating the GUI.
I hope this helps you, don't hesitate to ask more questions
2024-07-10 01:38 AM
I've already tried this, but I want to use it with my own written code. I just want to add TouchGFX into my already working project.
2024-07-10 03:14 AM
Okay, I see.
Please check out these documents based on the mode (Command/Video) you would like to use:
I also suggest reading the Abstraction Layer Architecture document. Since you are not using any operating systems, you need to set some configurations manually.