Skip to main content
Gpeti
Senior
November 24, 2025
Solved

LTDC display issue on STM32H753 eval board

  • November 24, 2025
  • 2 replies
  • 163 views

I'm starting a bare-metal firmware that will display basic graphics on a LTDC connected LCD screen. For the moment I'm using a STM32H53-EVAL2 board (rev E I think)

Right now I write a fix image in the frame buffer. The image is correctly displayed except it's kind of blinking.

Since the image never changes I suspect it is due to the setup of the LTDC interface or LCD screen.

I based my software on STM32CubeH7 source code example (LTDC_Paint application).

 

 

Do you know:

- the screen model on the eval board ( I couldn't find the model in the STM32H753-EVAL2 reference manual)

- what configuration parameter could cause the "blinking" of a fixed image ?

 

Thank you

Best answer by mƎALLEm

Hello,


@Gpeti wrote:

- the screen model on the eval board ( I couldn't find the model in the STM32H753-EVAL2 reference manual)


From the board user manual UM2198 page 57:

mALLEm_0-1763993401895.png

AMPIRE LCD panel: AM640480G5TNQW-T00H or AM-640480GFTNQW-T07H-A

2 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
November 24, 2025

Hello,


@Gpeti wrote:

- the screen model on the eval board ( I couldn't find the model in the STM32H753-EVAL2 reference manual)


From the board user manual UM2198 page 57:

mALLEm_0-1763993401895.png

AMPIRE LCD panel: AM640480G5TNQW-T00H or AM-640480GFTNQW-T07H-A

"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."
Gpeti
GpetiAuthor
Senior
November 24, 2025

Thank you, my LCD clock setting was wrong.