cancel
Showing results for 
Search instead for 
Did you mean: 

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

fernandogamax
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
fernandogamax
Associate III

Already solved. LTDC configuration problem. Thank you.

View solution in original post

2 REPLIES 2
Osman SOYKURT
ST Employee

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 SOYKURT
ST Software Developer | TouchGFX
fernandogamax
Associate III

Already solved. LTDC configuration problem. Thank you.