Solved
STM32F750Z8 Custom Board-TFTLCD shows partial screen
- April 20, 2024
- 3 replies
- 3761 views
Hello everyone.
I have my custom board.
STM32F750Z8 CPU with MT25QL128ABA External Flash.
I don't have external RAM.
My application code runs at External Flash. It is a simple code. I create just one screen at the TouchGFX and add two buttons. No other screens, no interactions... It's very light code.
I try to communicate 4.3(480x272) TFT-LCD. But it doesn't show full screen. Bottom of the screen is missing. (Image attached).
I tried different "buffer addresses" like 0x20000000(DTCM) and 0x20010000(SRAM1). SRAM1 address is more reliable. I tried to change "Signal Polarity" but it didn't affect.
Thanks for helping.
CubeIDE version 1.6.1
TouchGFX version 4.16.0
Windows 7
