2021-04-02 05:54 AM
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
Solved! Go to Solution.
2021-04-02 06:06 AM
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
2021-04-02 06:06 AM
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
2021-04-02 06:32 AM
Thanks for your help!
2021-04-02 07:58 AM
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