CubeMX and Touchgfx with custom board
HI,
I am using a custom board with STM32F429IGT, and 480X272 TFT screen which are wired to LTDC Pins . The TFT part number is K430WQA-V4-F.
I built a Project using CubeMxVer 5.1 and Touchgfx Ver 4.1.
Compiled and downloaded the code in the board after removing the simulator files in the code.
In the Touchgfx ,made a application with two screens each having one image ,which toggle every 1 sec.
When , I run the code, the display is blank.The Touchgfx is not updating the screen and toggling the screen.
The hardware is working good . I checked this by manually updating the framebuffer start address in the HW_Init.cpp file to a picture address i used in the touchgfx application.
But if i keep the Framebuffer start address as 0x0000000 in the cubemx and generate the file again , the screen is blank.
Dont know what is missing