Is FMC on an STM32H723 suitable for use with an LCD display using an 8 bit parallel bus?
Hi,
the display we're trying to use uses an ILI9488 display driver, has a resolution of 320x480 pixels, is controlled via an 8 bit parallel bus and has a color depth of either 16 or 24 bit per pixel. The parallel bus works by pulling a WE (write enable) pin low, setting the address pins and pulling the WE pin high again. It doesn't matter if one pulls the WE pin low or sets the address first, the important thing is that the address is there on the rising edge. Depending on if one is sending a command or data, the RS pin has to be pulled either low or high respectively.
We saw that the FMC might support something like this, but just to be sure, we'd like to know if that's still the case with the H7 controllers.
Thank you in advance,
Konstantin Petzold