2025-08-11 4:56 AM
Goal: I need to store my newly added assets (images, fonts and texts generated from STM's touchGFX designer) in the existing project (which already has set of assets in it).
BUG: The newly added assets (maybe text area, image, fonts) to the existing project, are not displaying properly. (My assumption is, the added assets might be stored inside the internal flash, because of it's large space, the data is overflowing, because of this the image is not properly displaying, instead it should store inside the external flash, I am facing issues with storing the external flash despite enabling the mapped storage format in the touchGFX designer).
Help me to implement how I can move the contents of internal flash to external flash, so that the assets will be stored inside the external flash.
Thanks,