2017-03-14 06:13 PM
I'm using a Nucleo-F413ZH board and an SSD1289 driver based LCD. I'm using the KEIL IDE.
I just wanted to confirm that I have setup my LCD and FSMC correctly. I have performed the following steps:
But I get just a white screen when trying to render to the LCD.
Can anyone please confirm whether I have setup the wiring and FSMC correctly, and f possible maybe even why I might be getting the white screen?
Thanks in advance!
#lcd #stm32f413 #fsmc #ssd1289Solved! Go to Solution.
2017-03-15 03:07 AM
I don't Cube so don't quite know what are you talking about but wouldn't
imply using
A17
A16 (because of the 16-bit data width) as address line, instead ofLCD RS to FSMC_A0,
?
JW
2017-03-15 03:07 AM
I don't Cube so don't quite know what are you talking about but wouldn't
imply using
A17
A16 (because of the 16-bit data width) as address line, instead ofLCD RS to FSMC_A0,
?
JW
2017-03-16 06:33 AM
Thanks for your reply, you were correct. I'll be honest I don't understand the addresses and registers, but I've been looking for a guide on them.