Resolved! Can the STM32H743's FMC drive a 16-bit 8080 bus faster than 1.6MHz when clocked at 480MHz?
I'm using the FMC of the STM32H743 to drive a 16-bit 8080-bus LCD controller.I've tried using DMA, MDMA and a CPU-loop to transfer data to the 8080-bus, via the FMC.The transfer frequency does not depend on whether DMA, MDMA or CPU-loop is used. This...