Touchgfx display is not displaying anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 3:50 AM
Hello,
I am working on a project with stm32f769i-eval and touch gfx designer(4.13.0) .
I select my board as application template then I try both using a blank template or any of the examples that are provided.
After generating the code, I try to run the project on my target and even though it doesn't fail my screen is not displaying anything. (If I run on the simulator it works perfectly).
What should I do?
Thx,
Irene
Solved! Go to Solution.
- Labels:
-
STM32F7 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-01 5:31 AM
It is because I actually received the same question earlier today and am working on it right now :grinning_face_with_sweat: There seems to be an issue with the application template available in TouchGFX Designer and the latest revision of the display (the A03) where the board goes to hard fault when the touch panel is initialized.
We are still investigating but in the meantime here is a workaround:
- replace the STM32TouchController.cpp and hpp files in the TouchGFX/target folder of your project by the files I shared
- open the ioc file in STM32CubeMX and go uncheck the box like in the screenshot to remove the "static" property of the MX_I2C1_Init() function.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-08 9:56 AM
Hello,
Try to use an IDE like CubeIDE, IAR or Keil and debug to see if it hangs somewhere.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-09 2:52 AM
Hello,
Thanks for your answer.
Looks like I get a Memory Management Fault here
virtual void backPorchExited()
{
swapFrameBuffers();
tick();
}
No source available for touchgfx::HAL::tick() at 0x8008bc4
I tried to run the same project with another board stm32f779i-eval and I get no errors and display is working properly.
Do you have any idea what could it be?
Thanks,
Irene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-09 5:30 AM
If by simply running the application template of F769-EVAL board with just a box and a button, the display does not show anything, maybe your board is faulty.
You confirm you haven't changed anything to the Application Template ? What UI are you using to test your board ?
Could you provide all the steps ? This way we can try to reproduce it on our side ?
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-10 12:14 AM
Good morning,
Right now, I'm just trying to make the display run so I'm just creating a new project using the application template F769i-EVAL with a white box in TouchGFXDesigner.
I'm generating the code and then "Run Target", no error appears but the screen is not displaying anything.
I haven't changed anything from the Application Template.
Thanks,
Irene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-10 4:34 AM
Hello,
We are currently investigating. I will come back to you when I have more information.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 11:17 PM
Sorry I can't provide you any update right now.
Due to certain circumstances I cannot have access to this board so I asked one of my colleague.
I will tell you any update that comes up.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-05 1:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-05 2:20 AM
Hi,
Could you make sure the jumper is set at the right power source (needs to be st link) ? It is on the left of the screen.
The AT works on the boards I have, but just to align on the boards what REV is yours?
/Romain
