Hi All, I need to put in external SPI flash (not addressable memory space) some image data (icons, a logo, a couple of very small images). the SPI flash memory used is Microchip SST26VF064B. I have no file system on that chip. I can't read the hole image from external SPI Flash and put it on the internal SRAM because most of SRAM is used by the high level application. I access my SPI flash through functions like: uint16_t sFLASH_ReadBuffer(uint8_t* pBuffer, uint32_t ReadAddr, uint16_t NumByteToR…