Skip to main content
Associate II
September 30, 2025
Question

Waveform display on STM32F429I-EVAL LCD

  • September 30, 2025
  • 1 reply
  • 593 views

Hello everyone, 

I am trying to use STM32F429I eval board to do some basic signal processing labs, like show a sinewave on the LCD display, and fft spectrum on the display too.
But it is not easy to manually configure the LCD display to show some custom waveform. 

It looks like we need to configure FMC -> LTDC -> LCD...

Since there is only one LCD on the board, I assume I need to enable LCD1... 
Then, how am I supposed to configure FMC in the first place ?

Thank you.

 

Embedded_Andy_1-1759203619208.png

 

 

1 reply

mƎALLEm
Technical Moderator
September 30, 2025

Hello

I don’t see the purpose of the FMC? to drive the lcd? Unless it will be used for frame buffer, but to drive the lcd itself, there is no link to the lcd usage here.

Try to inspire from these exemples you need to configure only the LTDC interface: https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324x9I_EVAL/Examples/LTDC

"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."