Skip to main content
warcomeb
Associate
April 2, 2021
Solved

How connect SMT32L476 to LCD display with FSMC

  • April 2, 2021
  • 3 replies
  • 1214 views

Dear all,

I am trying to connect the STM32L476 with a display LCD (https://www.winstar.com.tw/it/products/graphic-lcd-display-module/display-lcd-240x128.html) by using FSMC.

I read a lot of post and application note (first AN2790) but I really don't understand how to connect the display.

Can you help me?

Marco

This topic has been closed for replies.
Best answer by waclawek.jan

D0-D7 of LCD to FMC_D0-D7 of 'L4, /CE to one of the FMC_NEx, /RD to FMC_NOE, /WR to FMC_NWE, C/D to some of the FMC_Ax.

JW

3 replies

waclawek.jan
waclawek.janBest answer
Super User
April 2, 2021

D0-D7 of LCD to FMC_D0-D7 of 'L4, /CE to one of the FMC_NEx, /RD to FMC_NOE, /WR to FMC_NWE, C/D to some of the FMC_Ax.

JW

warcomeb
warcomebAuthor
Associate
April 2, 2021

Thanks for your help!

waclawek.jan
Super User
April 2, 2021

You may want to try this on a devboard such as Nucleo first.

You may want to bit-bang the interface first, to get the display working, without FMC. Using FMC is then the next step.

JW