cancel
Showing results for 
Search instead for 
Did you mean: 

How connect SMT32L476 to LCD display with FSMC

warcomeb
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

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
Associate

Thanks for your help!

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