cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4-Discovery + LCD

regiuliano2009
Associate II
Posted on March 16, 2012 at 16:53

Hello everyone,

I'm trying to add an LCD to my stm32f4-discovery using FSMC driver/protocol and I'd like to know how can I do. I have seen STEVAL-CCM002V1 but seems working only with STM32F10xxx.

Is there an easy solution or I have to buy the EVAL?

Thanks in advance

3 REPLIES 3
tony2399
Associate II
Posted on March 19, 2012 at 21:35

Hi there,

I have used off-the-shelf serial LCD with the F4-Discovery with no problem. Not sure about direct parallel lcd though.

Have you looked at the STM3240G-EVAL board? The schematics has how the LCD is wired up to the FSMC, with a table of pins from LCD to the F4.

Tony

regiuliano2009
Associate II
Posted on March 21, 2012 at 16:19

Thanks kao.tony.001,

I have looked at 3240G-eval manual and seems that I have the right FSMC pins on my discovery so I have ordered an LCD screen to see what happen

regiuliano2009
Associate II
Posted on April 13, 2012 at 16:30

I have buy 2 lcd screen 1 with an external memory data bus of 16b and 1 with 8b. I have seen that there is an example for 16b data bus - stm324xg_eval_lcd.

I'd like to know how to modify it to use with 8b lcd. Which pins have I to use?? How data are aligned MSB first???

Thanks in advance