For my project, I need to use a parallel RGB interface (8 bits) to control a display using Nucleo-F411RE. The PCLK for the RGB interface is required to be a minimum of 1MHz.However, the STM32-F411RE does not have any LTDC peripherals. So I implemente...