Official comment

Hi John,
Is your display in fact acting like a fully addressable SRAM, or have you only connected a single address pin (to command/data pin of display) such that you are e.g. writing data at 0x64000000 and commands at 0x64000002? I am assuming the latter, since this is the most common. In that case, TouchGFX still needs to render to a different frame buffer somewhere in memory, and you need to implement a certain hook function to transfer the updated region of the frame buffer to the display. This process is described in this article: https://touchgfx.zendesk.com/hc/en-us/articles/203642951-MCUs-without-TFT-controller