2025-09-29 8:55 PM
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.