cancel
Showing results for 
Search instead for 
Did you mean: 

LTDC display issue on STM32H753 eval board

Gpeti
Senior II

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

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

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.

View solution in original post

2 REPLIES 2
mƎALLEm
ST Employee

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
Senior II

Thank you, my LCD clock setting was wrong.