STM32F746 + custom LCD display 800x480 LTDC + TouchGFX + FreeRTOS
Hello everyone,
We have already created a project with working display and other functionalities using stm32F746 discovery board. But, now we wish to switch to custom PCB board and use stm32f746BET6 MCU with custom LCD display from MIDAS i.e. 5000DRT which uses 24bit RGB LTDC pinouts.
Currently I have changed the LTDC parameters according to the parameters in the datasheet but no matter what changes I make the LCD displays just blank white screen.
I am currently using QSPI to store the touchGFX images and SDRAM for the framebuffer.
We are using Single buffer approach and have verified that the framebuffer at the defined memory location (0xC0000000) has the correct framebuffer data using debugger.
Please find the attached configuration images and LCD datasheet for your reference.
Please guide me for what may be missing and where I am doing something wrong.
Thankyou for your time and consideration.
LCD frequency = 32 MHz



P.S. :- The screen contains a red(0x0505FA) background box and other task is just counting up a global variable for testing purposes. Everything else works fine without any hard faults.
Regards,
Pitbull
