2024-08-18 11:19 PM
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 implemented the parallel RGB interface using a timer interrupt at a 1MHz frequency and GPIO pins for sending data, but it does not work. For lower timer interrupt frequencies like 10 KHz, it can send data but for 1 MHz nothing of this code works, including UART transmit-receive and others.
So, is it possible to implement a parallel RGB interface in SMT32-F411RE (Or similar where there is no LDTC peripheral)? If possible then how?
Or, do I need to use another STM32 that has LTDC peripherals on it?
Solved! Go to Solution.
2024-08-19 12:39 AM
2024-08-19 12:39 AM