Question
Interfacing STM32H7RS / STM32N6 XSPI peripheral to LCD controller QSPI interface
Many small format LCD displays do not provide parallel RGB interfaces but instead rely on high-speed serial interfaces such as QSPI. To support this class of display is it possible to use the XSPI peripheral in QSPI mode to drive them? An example LCD controller transaction is shown here:

The data line mapping is as follows:
SDI_SDA -> IO0
DCX -> IO1
D[0] -> IO2
D[1] -> IO3
