Allocating TouchGFX Frame Buffer in Internal RAM on STM32F429I
I'am currently engaged in developing an application utilizing TouchGFX on an STM32F429I microcontroller. The initial setup, including LCD initialization, SDRAM configuration, FreeRTOS integration, and the assignment of the primary TouchGFX task, has been successfully completed with the frame buffer start address designated at 0xD0000000 in the SDRAM, resulting in satisfactory operation.
I am contemplating migrating the allocation of the TouchGFX frame buffer from the SDRAM to the internal RAM of the STM32F429I. Could you advise on the procedure to reallocate the frame buffer to the internal RAM? Additionally, considering the internal RAM may already be partially utilized, how might I determine an appropriate start address for the frame buffer in this scenario?
