FPGA-Computer/STM32F030F4-VGA

Questions: MCLK for driving LCD

Opened this issue · 0 comments

I am thinking to use the similar technology to drive the LCD with parallel RGB interfaces. However these LCD modules need additional MCLK. How could stm32 continuously output MCLK (say 25Mhz or 27Mhz). We may use another SPI as a master to output the clock continuously.

However the MCU I have has only one SPI master. I wander if there are alternative ways to generate MCLK.