Jump to content

lcd ssd1289 fsmc stm32f4discovery fuzzy


fastlink30

Recommended Posts

use chibistudio - stm32f4 discovery chibi/os & ugfx from repository

driver use fsmc

i show video of what happen, is more simple to explain:

http://youtu.be/Hy4FAoNO5EM

sometimes when the board start the display remain white (only backlite), after some reset i see the logo of ugfx (perfect),

after the logo everytime the first lines are ok (seems) but after some time the display start show fuzzy things, like in the video

can be a problem of signal speed of fsmc? too quick for the lcd? is possible slow down the signal speed?

seems like loose the syncronism

thanks

Link to comment
Share on other sites

First of all we can be sure that this is no wiring issue as the display actually displays what it is supposed to (µGFX logo).

How long are your wires? Everything longer than 20cm will cause problems with the default board file.

As you said yourself you have to lower the FSMC speed. Look at the reference manual to learn about the different settngs. There are timings for address setup, data and burst operations. The timings are set in the init_board() routine of your board file (line 89 in your case).

~ Tectu

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...