How to debug Touchgfx for custom Boards?
Hello everyone ,
I am new to touchgfx. I have a custom board with STM32f769II controller ,SDRAM with 16bit data bus from Micron,QSPI flash and with 7inch TFT display (RGB888). I firstly try to configure only LTDC to display a image on LCD from flash i got success so means i am able to configure LTDC rightly. Then i try to iniatlize SDARM i just give LTDC frame start address as 0xc0000000(sdram starting address) and copy the image data from flash to SDRAM. It works fine for me. Means LTDC and SDRAM are intilized ok. So then i moved toward TouchGFX . I create a project using stmcubeIDE initialize touchgfx and generate code but its not working for me. I also have 32f746Disco board in same way i initialize the board using CUBE IDE but it works fine. Then i try to Compare both codes(Because both have stm32f7,same SDRAM & Same QSPI) but could not found any diff. But on custom board its not working. So please let me know how to debug where is my mistake?
Is there is any way suppose we set layer setting to 10x10 pixel in LTDC and same in touchgfx then draw a box with red colour only ,& In debug we can see SDRAM contents or frame buffer contents that LTDC is going to put on display?
