Question
STM32F407 Discovery fsmc lcd problem
Posted on September 05, 2017 at 20:33
I am trying to use fsmc to control my lcd display, but I can't init lcd from my code. I configured fsmc as lcd interface memory type in CubeMx, but there is something wrong with reading registers value, when I'm trying to read register R00h, I'm getting value 0, when reading R01h, it returns 1 etc.
This is problem with my lcd, or there is something wrong with my code?
#stm32f4-discovery #fsmc