No Contiguous RAM size big enough for full FrameBuffer
I am using the STM32H743VITX MCU and TouchGFX with the display (800x480px) in a single buffer format with RGB565. The framebuffer size is calculated to be 750KB; however, the MCU does not have a contiguous 750KB region in RAM.
I am exploring ways to utilize this resolution without adding external memory, such as SDRAM.
While I have looked into partial framebuffer rendering, this option does not appear to be available in CubeMX, and I am unsure why.
Does anyone know any other workarounds for this issue or why PartialFrame is greyed out for me in CubeMX?
