Images on external flash (QUADSPI) mapped in memory and on SDCARD (simultaneously). It's possible?
Hello everyone.
I have a custom board based on micro STM32F469NIH6
I am using TouchGfx successfully and have all my images stored in a memory mapped 64MB QUADSPI.
I would like to give the user the possibility to change some images (for example a logo) and I would like to store these images in an SDCARD.
It's possible to do it?
That is, is it possible to have the QUADSPI as ExtFlashSection and at the same time have only a few images on the SDCARD?
For speed reasons I already use the bitmap cache.
How can I load the bitmap stored in SDCARD, in my cache and in what format should the bitmap stored in SDCARD be?
Thanks in advance to all who will help me.