Moving images / resources to external flash
We have a custom STM32H7 2MB processor that we are running our project on fine.
I am interested if it is possible / recomended to store all my images and fonts on our external 4MB flash ?
The main reason i am looking to do this is to reduce the size of "on-site" firmware updates. Currently we have to use RS485 as a transport so this might be a benafit. to offload some of the standard png files to external flash?
Any pointers / advice would be approciated.