I am working on a project with TouchGFX on STM32H7 with 240x320 RGB Display. Framebuffer is in internal RAM.I calculated the RGB565 framebuffer size to 240x320x2 bytes and allocated this amount in the linker file with "TouchGFX_Framebuffer" atttribut...