How the move the FrontendHeap of the TouchGFX application to the external RAM (SDRAM)?
I've encountered the problem with not enough space on the internal SRAM many times when I've tried to add more view or container in the TouchGFX application.
Eventually, I've found that high memory usage has occurred from the 'static FrontendHeap' singleton object when I've analyzed the memory map file.
How can I move the 'FrontendHeap' to external memory such as SDRAM?
My hardware board specification:
- STM32F429BI (192KB Internal SRAM, 64KB CCM SRAM )
- External SDRAM (8MB)
Please find the pie chart (attachment image) for more detail about memory usages.

Thank you in advance for any answers or any solutions.:smiling_face_with_smiling_eyes: