How can I display my images stored in an external flash ?
Hello everyone,
I want to make a graphics application on my Mikromedia 7 Capacitive board with the STM32f746ZG MCU (320kbytes SRAM and 1MB Flash Memory) and an external SPI Flash SST26VF064B. Besides, I use partial framebuffer strategy.
I managed to store my images in the Flash with a loader and now I'd like to display them on my screen. I've got interested in the external data loader like this :
I followed this page : https://support.touchgfx.com/docs/development/scenarios/using-serial-flash#images
It generates TouchGFXGeneratedDataReader and TouchGFXDataReader files. I Implemented the functions, but the program just goes through AdressIsAddressable() and nevers gets into CopyData or startFlashLineRead functions.
Obviously, it displays nothing.
Is this the good way or do you have any other idea which could display theses images ?