Sending Data to TFT/LCD via FMC fails
Hi
I'm struggling with a TFT Display and a Nucleo U575 board. The Display is a 320x240px Display that I want to control with a 16 bit FMC interface.
As the Display doesn't show anything, I connected my Logic analyzer to the Nucleo's FMC Pins.
Result: It seems, that the commands (8-bit) are sent correctly to the TFTs D0:D7 pins. However when I try to send data (e.g. a 16 bit color) to the display it's also just D0:D7 that turn high/low. D8:D15 are always low when data is sent and are always high wen nothing is sent.
I followed this guide by NickNagy on github. He's using a 8-bit interface. However I changed to the 16-bit command for sending data and I can't find the mistake I obviously made.
Can someone help me please? :sleepy_face:
I uploaded the code to my github
Thanks a lot in advance!
