All connections are correct but only the backlight is turned on. On another processor, the following code works fine. I attach the entire project and the display connection diagram. Thank you in advance for your help.
I started a new project, wrote new code and it's still doesn't work. maybe addresess are wrong for my fmc configuration. I tried 0x60000000/0xC0000000 for command and 0x60200000/0xC0200000 for data. LCD Register Select pin is connected to A20 pin. I attached fmc config file.
It didn't work for me when I tried to use a single framebuffer strategy. When I started using a partial framebuffer strategy everything worked. I still can't quite figure out why it doesn't work with the single framebuffer strategy, maybe because commands are also sent to the display over the FMC interface, requiring manual data transfer. Otherwise, the remap is mandatory. Let those in the know tell.