Skip to main content
Associate III
July 27, 2023
Solved

Problems when I connect the power supply to the electronic board, with touchgfx.

  • July 27, 2023
  • 2 replies
  • 2067 views

Good morning community. I have developed a project with touchgfx on a custom electronic board. I am using STM32H735IGT6. The problem I'm having is when I turn the power supply off and on. Sometimes some streaks appear, which can only be fixed by restarting the board. Attached photo and video of the screen. As I said, it happens very rarely. What could be the problem?

 

https://drive.google.com/file/d/11D_si5w0vC9acBfwNiP10S5IlYLLBngv/view?usp=drive_link

This topic has been closed for replies.
Best answer by fernandogamax

Already solved. LTDC configuration problem. Thank you.

2 replies

Osman SOYKURT
Technical Moderator
August 23, 2023

Hello @fernandogamax ,

Many possible reasons for that. Could be memory contention for example if you have the LTDC and DMA2D accessing memory at the same time. Have you checked your framebuffer if your values are good?
Also are you able to reproduce your issue while debugging?

Osman SOYKURTST Software Developer | TouchGFX
fernandogamaxAuthorBest answer
Associate III
September 19, 2023

Already solved. LTDC configuration problem. Thank you.