How to copy an image to RAM in TouchGFX?
We are working on the project using TouchGFX on the stm32f469 board.
If you repeatedly display the screen made with TouchGFX as you proceed, the screen disappears. That doesn't mean the equipment stops. In debug terms, the timer is operating normally.
There is a problem above, so I am going to approach it in a different way.
The TouchGFX displays the Screen on the LCD while reading it every time in Flash. I want to know how to use the picture on RAM, not on Flash.
When the system starts up, it copies the image data stored in Flash to RAM, and if it needs to be displayed, reads the data from RAM to display the screen, and if you know a document or method that can be used as a reference, can you advise me?
